[COMMITTERS] pgsql: Fix build with !USE_WIDE_UPPER_LOWER - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix build with !USE_WIDE_UPPER_LOWER
Date
Msg-id E1dvO0I-0007it-L2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix build with !USE_WIDE_UPPER_LOWER

The placement of the ifdef blocks in formatting.c was pretty bogus, so
the code failed to compile if USE_WIDE_UPPER_LOWER was not defined.

Reported-by: Peter Geoghegan <pg@bowt.ie>
Reported-by: Noah Misch <noah@leadboat.com>

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/backend/utils/adt/formatting.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Document further existing locks as wait events
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Assume wcstombs(), towlower(),and sibling functions are always