pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.
Date: 2011-09-20 21:47:58
Message-ID: E1R68AY-0005sY-7a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-09-21 14:49:50 pgsql: Fix another bit of unlogged-table-induced breakage.
Previous Message Tom Lane 2011-09-20 17:24:45 pgsql: Improve reporting of newlocale() failures in CREATE COLLATION.