pgsql: Silence more compiler warnings introduced by d87d548cd0.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Silence more compiler warnings introduced by d87d548cd0.
Дата
Msg-id E1pWMKc-000qLJ-5F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence more compiler warnings introduced by d87d548cd0.

Per buildfarm, there are still a couple of functions where we
get warnings from compilers that don't know that elog(ERROR)
doesn't return.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Change xl_hash_vacuum_one_page.ntuples from int to uint16.