Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOT

Michael Paquier <michael@paquier.xyz>

Commit: 0db343dc13bc8657976c39ddbf7e0c7db8b2efff
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-10-26T02:16:06Z
Releases: 15.0
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.

Files

PathChange+/−
src/test/recovery/t/001_stream_rep.pl modified +1 −1