pgsql: Suppress unused-variable warnings when building with ICU 4.2.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress unused-variable warnings when building with ICU 4.2.
Date: 2017-08-05 15:48:54
Message-ID: E1de1Ju-0008U4-QB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress unused-variable warnings when building with ICU 4.2.

Tidy-up for commit eccead9ed.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e9f4ac1389d9fe6b996937e5d308f5ec462cf69a

Modified Files
--------------
src/backend/commands/collationcmds.c | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-05 19:55:31 pgsql: Doc: update v10 release notes through today.
Previous Message Robert Haas 2017-08-05 14:50:16 pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.