projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5ffcc
)
Fix typo in TAP tests of pg_receivewal
author
Michael Paquier
Sat, 18 Dec 2021 07:30:01 +0000
(16:30 +0900)
committer
Michael Paquier
Sat, 18 Dec 2021 07:30:01 +0000
(16:30 +0900)
Introduced in
d62bcc8
, noticed while hacking in the area.
src/bin/pg_basebackup/t/020_pg_receivewal.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/t/020_pg_receivewal.pl
b/src/bin/pg_basebackup/t/020_pg_receivewal.pl
index 43599d832b4bb4e0f8336009ca3c36c425bec722..c0549f5c13b3f792b3a33a04f89fff20d310329a 100644
(file)
--- a/
src/bin/pg_basebackup/t/020_pg_receivewal.pl
+++ b/
src/bin/pg_basebackup/t/020_pg_receivewal.pl
@@
-39,7
+39,7
@@
$primary->command_fails_like(
'--compress', '1'
],
qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/,
- 'failure if --compress sp
w
cified with --compression-method=none');
+ 'failure if --compress sp
e
cified with --compression-method=none');
# Slot creation and drop
my $slot_name = 'test';