pgsql: Further fix psql query-cancel test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Further fix psql query-cancel test.
Дата
Msg-id E1mNL1Q-0005Lm-MK@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Log new catalog xmin candidate in LogicalIncreaseXminForSlot().