diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-15 22:18:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-15 22:18:24 +0000 |
commit | 78c84ad49eeb12c67797e5acb3cf637a59601ce2 (patch) | |
tree | b477c464ddf7695ca6ff110cd713a8203efd074c /src/backend/parser/parse_expr.c | |
parent | 816ff27f60385d362898d8ac6523f043f888b1f5 (diff) | |
download | postgresql-78c84ad49eeb12c67797e5acb3cf637a59601ce2.tar.gz postgresql-78c84ad49eeb12c67797e5acb3cf637a59601ce2.zip |
Because plpgsql's scanner uses %option case-insensitive, flex's results could
theoretically vary depending on what the compile-time locale setting is.
Hence, force it to see LC_CTYPE=C to ensure consistent build results.
(It's likely that this makes no difference in practice, since our
specification for "identifier" surely includes both ends of any possible
uppercase/lowercase pair anyway. But it should silence warnings about
ambiguous character classes that are reported by some buildfarm members.)
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions