mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 15:22:16 -04:00
e6023ee7fa
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>