ea08e6cd55
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
...
initdb/regression tests pass.
2001-11-05 17:46:40 +00:00
6783b2372e
Another pgindent run. Fixes enum indenting, and improves #endif
...
spacing. Also adds space for one-line comments.
2001-10-28 06:26:15 +00:00
b81844b173
pgindent run on all C files. Java run to follow. initdb/regression
...
tests pass.
2001-10-25 05:50:21 +00:00
9e1552607a
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00
525e1c4436
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
...
equivalent.
In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless
because HAVE_TM_ZONE overrides it anyway, and messing with configure
results isn't cool.
2000-10-29 13:17:34 +00:00
0c0a176370
As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we
...
every do need it we'd better use AC_HEADER_DIRENT from Autoconf.
#define NO_EMPTY_STMTS is completely unused.
2000-10-28 22:53:17 +00:00
4d76a801c6
Unify solaris_i386 and solaris_sparc templates. They were almost identical
...
anyway, the rest being due to them not being kept in sync. Add configure
test for lorder and use it (on Solaris) when found.
2000-10-10 21:22:29 +00:00