pgsql: Silence more compiler warnings introduced by d87d548cd0.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence more compiler warnings introduced by d87d548cd0.
Date: 2023-02-26 19:05:10
Message-ID: E1pWMKc-000qLJ-5F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-02-27 03:09:50 pgsql: Change xl_hash_vacuum_one_page.ntuples from int to uint16.
Previous Message Andrew Dunstan 2023-02-26 11:57:20 pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl