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(at)bowt(dot)ie>
Reported-by: Noah Misch <noah(at)leadboat(dot)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(-)