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-0002gq-RO@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/004874b72e8e60966f88de2d95667fe66c0466ca

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