diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-06 13:32:29 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-06 13:32:29 -0400 |
commit | 5c7121bcf8dbe94344742a5cd0fa0f016b7a76a1 (patch) | |
tree | 5ad9e748df872591b6a29bd01b770290483dcb57 /src/backend/executor/nodeAppend.c | |
parent | 692df425b6883dd3edcc15bb984415ef349fafb1 (diff) | |
download | postgresql-5c7121bcf8dbe94344742a5cd0fa0f016b7a76a1.tar.gz postgresql-5c7121bcf8dbe94344742a5cd0fa0f016b7a76a1.zip |
Fix function-defined-but-not-used warning.
Buildfarm member jacana (MinGW) has been complaining that
get_iso_localename is defined but not used. This is evidently
fallout from the recent removal of VS2013 support in pg_locale.c.
Rearrange the #ifs so that get_iso_localename and its subroutine
search_locale_enum won't get built on MinGW.
I also noticed that a comment in get_iso_localename cross-
referenced a comment in IsoLocaleName that isn't there anymore.
Put back what I think is the referenced material.
Diffstat (limited to 'src/backend/executor/nodeAppend.c')
0 files changed, 0 insertions, 0 deletions