| From: | Masahiko Sawada <msawada(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix a typo in 005_char_signedness.pl test. |
| Date: | 2025-02-26 19:10:39 |
| Message-ID: | E1tnMnl-000E44-2M@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)ilmari(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2025-02-26 21:13:04 | pgsql: Revert "Prepare for Python "Limited API" in PL/Python" |
| Previous Message | Tom Lane | 2025-02-26 16:51:04 | Re: pgsql: Prepare for Python "Limited API" in PL/Python |