postgresql/src
Tom Lane 78c84ad49e 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.)
2007-07-15 22:18:24 +00:00
..
backend Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped 2007-07-13 03:43:23 +00:00
bin Fixup the indentation of a comment that was mangled by pgindent, and 2007-07-12 23:25:26 +00:00
include Get dirmod.c on the same page as port.h about whether we use pgsymlink 2007-07-12 23:28:49 +00:00
interfaces Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is 2007-07-12 14:43:21 +00:00
makefiles Fix PGXS conventions so that extensions can be built against Postgres 2007-06-26 22:05:04 +00:00
pl Because plpgsql's scanner uses %option case-insensitive, flex's results could 2007-07-15 22:18:24 +00:00
port Get dirmod.c on the same page as port.h about whether we use pgsymlink 2007-07-12 23:28:49 +00:00
template
test Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 2007-07-09 16:13:57 +00:00
timezone
tools Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is 2007-07-12 14:43:21 +00:00
tutorial Fix PGXS conventions so that extensions can be built against Postgres 2007-06-26 22:05:04 +00:00
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Fix PGXS conventions so that extensions can be built against Postgres 2007-06-26 22:05:04 +00:00
Makefile.shlib
nls-global.mk
win32.mak