pgsql: Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLO

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLO
Дата
Msg-id E1mfC5Z-0004M6-JJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOT

The case checking for a NULL output when a slot does not exist was
too lax, as it was passing for any output generated by the query.  This
fixes the matching pattern to be what it should be, matching only on
"||".

Oversight in b4ada4e.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0db343dc13bc8657976c39ddbf7e0c7db8b2efff

Modified Files
--------------
src/test/recovery/t/001_stream_rep.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Allow pg_receivewal to stream from a slot's restart LSN
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pgsql: Allow pg_receivewal to stream from a slot's restart LSN