postgresql/src/backend
Tom Lane fa046b6a92 Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.
This restores the Linux behavior to what it was in PG 7.0 and 7.1, and
causes other platforms to agree.  (Other well-tested platforms like HPUX
were doing it this way already.)  Per pghackers discussion over the past
month or so.
2002-02-12 23:41:25 +00:00
..
access Tweak GiST code to work correctly on machines where 8-byte alignment 2002-02-11 22:41:59 +00:00
bootstrap The result of getopt() should be compared to -1, not EOF, per 2002-01-10 01:11:45 +00:00
catalog Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
commands Modify COPY TO to emit carriage returns and newlines as backslash escapes 2002-02-12 21:25:41 +00:00
executor Repair problems with EvalPlanQual where target table is scanned as 2002-02-11 20:10:50 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Fix use of 'char' to hold result of getc, per bug report forwarded by 2002-01-09 19:13:41 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes MIN() -> Min, fixes compile problem. 2001-12-20 02:39:26 +00:00
optimizer Shouldn't try to copy null datums with datumCopy. 2002-01-03 18:01:59 +00:00
parser Require ownership permission for CREATE INDEX, per bug report. 2002-01-03 23:21:32 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. 2002-02-12 23:41:25 +00:00
postmaster pgstat's truncation of query string needs to be multibyte-aware. 2002-02-07 22:20:26 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
storage Don't Assert() that fsync() and close() never fail; I have seen this 2002-02-10 22:56:31 +00:00
tcop Removed a check for REINDEX TABLE. 2002-02-07 00:27:30 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. 2002-02-08 16:30:11 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00