pgsql: Further fix psql query-cancel test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Further fix psql query-cancel test.
Date
Msg-id E1mNL1Q-0005Lm-MK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.
Next
From: Amit Kapila
Date:
Subject: pgsql: Log new catalog xmin candidate in LogicalIncreaseXminForSlot().