pgsql: Avoid syntax error on platforms that have neither LOCALE_T nor I

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid syntax error on platforms that have neither LOCALE_T nor I
Date: 2017-03-24 03:19:10
Message-ID: E1crFkt-0003yW-02@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid syntax error on platforms that have neither LOCALE_T nor ICU.

Buildfarm member anole sees this union as empty, and doesn't like it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/457a4448732881b5008f7a3bcca76fc299075ac3

Modified Files
--------------
src/include/utils/pg_locale.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-03-24 03:26:33 Re: [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output
Previous Message Tom Lane 2017-03-24 02:02:46 Re: pgsql: ICU support