postgresql/src
Bruce Momjian 5548122829 Add comment explaining possible compiler warning:
/*
     *  Some compilers with throw a warning knowing this test can never be
     *  true because off_t can't exceed the compared maximum.
     */
    if (th->fileLen > MAX_TAR_MEMBER_FILELEN)
        die_horribly(AH, modulename, "archive member too large for tar format\n");
2004-11-29 03:01:54 +00:00
..
backend Avoid scribbling on original parsetree during DECLARE CURSOR. This 2004-11-28 22:16:31 +00:00
bin Add comment explaining possible compiler warning: 2004-11-29 03:01:54 +00:00
corba
include RelOptInfo.pages should really be declared as BlockNumber, not long. 2004-11-26 21:08:35 +00:00
interfaces Fix up makefile dependencies for pg_config_paths.h. 2004-11-20 21:13:06 +00:00
makefiles On some HPUX versions/hardware, it seems we need to include libgcc.a in 2004-11-20 03:52:00 +00:00
pl Avoid getting bit by roundoff error while checking $Safe::VERSION. 2004-11-24 18:47:38 +00:00
port Work around lack of NLS support in libpgport by making those components 2004-11-27 22:44:15 +00:00
template Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. 2004-11-27 05:03:26 +00:00
test Force LANG=en on Windows, since system may fail to default to English. 2004-11-17 18:06:04 +00:00
timezone Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to 2004-11-01 21:34:44 +00:00
tools Add reminder to update copyright in sgml file. 2004-10-26 23:42:49 +00:00
tutorial Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
Makefile.global.in Modify the platform-specific makefiles so that macro 'rpath' is defined 2004-11-19 00:41:39 +00:00
Makefile.shlib Fix up makefile dependencies for pg_config_paths.h. 2004-11-20 21:13:06 +00:00
nls-global.mk
win32.mak