Thread: pgsql: Fix a typo in 005_char_signedness.pl test.

pgsql: Fix a typo in 005_char_signedness.pl test.

From
Masahiko Sawada
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/945a9e3832c3ede20e2c575b796a4f16687a1949

Modified Files
--------------
src/bin/pg_upgrade/t/005_char_signedness.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)