pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.
Date
Msg-id E1R68AY-0005sW-9V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress "unused function" warning when not HAVE_LOCALE_T.

Forgot to consider this case ...

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2562dcea811eb642e1c5442e1ede9fe268278157

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve reporting of newlocale() failures in CREATE COLLATION.
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.