pgsql: Add missing check of noError parameter in euc_tw_and_big5.c - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Add missing check of noError parameter in euc_tw_and_big5.c
Date
Msg-id E1m6CJJ-0002gr-Rp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing check of noError parameter in euc_tw_and_big5.c

Oversight in ea1b99a66

Yukun Wang

Backpatch to v14 where this parameter was introduced
Discussion:
https://www.postgresql.org/message-id/flat/OS0PR01MB6003FCEFF0201EF21685FD33B4E39%40OS0PR01MB6003.jpnprd01.prod.outlook.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e5cebe1ae8895fd9793344e70f58714e0a1742a4

Modified Files
--------------
.../utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c       | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing enum tags in enums used in nodes
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows