mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo in TAP tests of pg_receivewal
Introduced in d62bcc8
, noticed while hacking in the area.
This commit is contained in:
@ -39,7 +39,7 @@ $primary->command_fails_like(
|
|||||||
'--compress', '1'
|
'--compress', '1'
|
||||||
],
|
],
|
||||||
qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/,
|
qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/,
|
||||||
'failure if --compress spwcified with --compression-method=none');
|
'failure if --compress specified with --compression-method=none');
|
||||||
|
|
||||||
# Slot creation and drop
|
# Slot creation and drop
|
||||||
my $slot_name = 'test';
|
my $slot_name = 'test';
|
||||||
|
Reference in New Issue
Block a user