Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 945a9e3

Browse files
Fix a typo in 005_char_signedness.pl test.
The test in 005_char_signedness.pl was missing a dash in the --set-char-signedness option. Although the test didn't fail since it doesn't check the error message, it resulted in an unexpected error message instead of the intended one. Oversight in 1aab680. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/87tt8h1vb7.fsf@wibble.ilmari.org
1 parent c47e8df commit 945a9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/t/005_char_signedness.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'-s', $new->host,
5252
'-p', $old->port,
5353
'-P', $new->port,
54-
'-set-char-signedness', 'signed',
54+
'--set-char-signedness', 'signed',
5555
$mode
5656
],
5757
'--set-char-signedness option cannot be used for upgrading from v18 or later'

0 commit comments

Comments
 (0)