postgresql/src/backend
Tom Lane 9dc842f083 Don't try to truncate multixact SLRU files in checkpoints done during xlog
recovery.  In the first place, it doesn't work because slru's
latest_page_number isn't set up yet (this is why we've been hearing reports
of strange "apparent wraparound" log messages during crash recovery, but
only from people who'd managed to advance their next-mxact counters some
considerable distance from 0).  In the second place, it seems a bit unwise
to be throwing away data during crash recovery anwyway.  This latter
consideration convinces me to just disable truncation during recovery,
rather than computing latest_page_number and pushing ahead.
2006-07-20 00:46:42 +00:00
..
access Don't try to truncate multixact SLRU files in checkpoints done during xlog 2006-07-20 00:46:42 +00:00
bootstrap Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
catalog Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
commands Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
executor Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
main Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nodes Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
optimizer Fix some missing inclusions identified with new pgcheckdefines tool. 2006-07-15 03:35:21 +00:00
parser Fix some missing inclusions identified with new pgcheckdefines tool. 2006-07-15 03:35:21 +00:00
po Fix a few places where $Id$ and $Header$ CVS tags had crept into the 2006-07-16 02:44:01 +00:00
port In a Windows backend, don't build src/port/pgsleep.c's version of 2006-07-16 20:17:04 +00:00
postmaster In a Windows backend, don't build src/port/pgsleep.c's version of 2006-07-16 20:17:04 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
storage Put back another not-so-unnecessary #include, per report from Hiroshi Saito. 2006-07-16 01:05:23 +00:00
tcop Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
utils Fix some makefiles that fail to yield good results from 'make -qp'. 2006-07-15 03:33:14 +00:00
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00