pgsql: Fix handling of structure for bytea data type in ECPG

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix handling of structure for bytea data type in ECPG
Дата
Msg-id E1jzrxw-0004ox-HK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix handling of structure for bytea data type in ECPG

Some code paths dedicated to bytea used the structure for varchar.  This
did not lead to any actual bugs, as bytea and varchar have the same
definition, but it could become a trap if one of these definitions
changes for a new feature or a bug fix.

Issue introduced by 050710b.

Author: Shenhao Wang
Reviewed-by: Vignesh C, Michael Paquier
Discussion: https://postgr.es/m/07ac7dee1efc44f99d7f53a074420177@G08CNEXMBPEKD06.g08.fujitsu.local
Backpatch-through: 12

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c       | 4 ++--
src/interfaces/ecpg/ecpglib/descriptor.c | 4 ++--
src/interfaces/ecpg/ecpglib/execute.c    | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix LookupTupleHashEntryHash() pipeline-stall issue.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix corner case with 16kB-long decompression in pgcrypto, take 2