pgsql: Further fix psql query-cancel test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further fix psql query-cancel test.
Date: 2021-09-06 20:15:16
Message-ID: E1mNL1Q-0005Lm-MK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further fix psql query-cancel test.

The query to wait for pg_sleep to be running did no such thing,
because the regex pattern it used could match itself.

Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=conchuela&dt=2021-09-06%2018%3A00%3A20

Branch
------
master

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

Modified Files
--------------
src/bin/psql/t/020_cancel.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-09-07 02:47:25 pgsql: Log new catalog xmin candidate in LogicalIncreaseXminForSlot().
Previous Message Noah Misch 2021-09-06 18:32:49 pgsql: AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.