pgsql: Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is no - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is no
Date
Msg-id E1PneWf-0006N3-PS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is not
defined.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/135724ec357f9b9c8800567444724c72da2cc6be

Modified Files
--------------
src/backend/tsearch/ts_locale.c   |    2 ++
src/backend/tsearch/wparser_def.c |    3 ++-
2 files changed, 4 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update comment
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix the isolation tester compilation on VPATH builds