pgsql: Fix bogus link in test comments.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bogus link in test comments.
Date: 2021-01-07 03:09:23
Message-ID: E1kxLfv-0005CI-QD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bogus link in test comments.

I apparently copied-and-pasted the wrong link in commit ca8217c10.
Point it where it was meant to go.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f7a1a805cb178653ea2a6c8991ad73b035af953e

Modified Files
--------------
src/test/modules/test_regex/expected/test_regex.out | 2 +-
src/test/modules/test_regex/sql/test_regex.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-01-07 11:52:47 pgsql: doc: Remove reference to recovery params for divergence lookup i
Previous Message Michael Paquier 2021-01-07 01:27:49 pgsql: Fix allocation logic of cryptohash context data with OpenSSL