Fix a typo in 005_char_signedness.pl test.

Masahiko Sawada <msawada@postgresql.org>

Commit: 945a9e3832c3ede20e2c575b796a4f16687a1949
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2025-02-26T19:10:03Z
Releases: 18.0
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 1aab680591.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/87tt8h1vb7.fsf@wibble.ilmari.org

Files

PathChange+/−
src/bin/pg_upgrade/t/005_char_signedness.pl modified +1 −1

Discussion