pgsql: Silence more compiler warnings introduced by d87d548cd0. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Silence more compiler warnings introduced by d87d548cd0.
Date
Msg-id E1pWMKc-000qLJ-5F@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Next
From: Amit Kapila
Date:
Subject: pgsql: Change xl_hash_vacuum_one_page.ntuples from int to uint16.