]> granicus.if.org Git - postgresql/commit
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:38 +0000 (09:26 -0400)
commite6023ee7fa73a2d9a2d7524f63584844b2291def
tree2497619855d8c8d83a5db6b82c6435ffab02f51a
parent885cab58115a5af9484926ddee8dca3dc0106c1e
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