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-0005sY-7a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress "unused function" warning when not HAVE_LOCALE_T.

Forgot to consider this case ...

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c47e62949840f670402cb470ce267e9ea2431992

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: Suppress "unused function" warning when not HAVE_LOCALE_T.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix another bit of unlogged-table-induced breakage.