Fix build with !USE_WIDE_UPPER_LOWER
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 21 Sep 2017 18:42:10 +0000 (14:42 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Sep 2017 13:26:32 +0000 (09:26 -0400)
commitc08c98df3d30c0d773d5624860145fb4215b84fb
tree76057dc67fbb826b74a7e5e3046c935f87fc6c34
parente9c9ba7845c1d5a59d5f9d2429fd81638ae48a19
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>
src/backend/utils/adt/formatting.c