Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit945a9e3

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 itdoesn't check the error message, it resulted in an unexpected errormessage instead of the intended one.Oversight in1aab680.Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>Discussion:https://postgr.es/m/87tt8h1vb7.fsf@wibble.ilmari.org
1 parentc47e8df commit945a9e3

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp