pgsql: Fix format truncation issue from ECPG test

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix format truncation issue from ECPG test
Дата
Msg-id E1htLqx-0003jT-B0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix format truncation issue from ECPG test

This fixes one warning generated by GCC and present in the test case
array part of ECPG.  This likely got missed in past fixes like 3a4b891
because the compilation of those tests is not done by default.

Reported-by: Sergei Kornilov
Discussion: https://postgr.es/m/14951331562847675@sas2-a1efad875d04.qloud-c.yandex.net

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/test/expected/sql-array.c | 2 +-
src/interfaces/ecpg/test/sql/array.pgc        | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Allow simplehash to use already-calculated hash values.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix representation of hash keys in Hash/HashJoin nodes.