Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOT
authorMichael Paquier <michael@paquier.xyz>
Tue, 26 Oct 2021 02:16:06 +0000 (11:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 26 Oct 2021 02:16:06 +0000 (11:16 +0900)
commit0db343dc13bc8657976c39ddbf7e0c7db8b2efff
tree25b1caff0987c917b2efa39a61c747bbd6fbd61d
parentf61e1dd2cee6b1a1da75c2bb0ca3bc72f18748c1
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.
src/test/recovery/t/001_stream_rep.pl