diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-07-03 22:15:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-07-03 22:15:45 +0000 |
commit | 8771634666252b5d679cb8701d50e2540f073d1e (patch) | |
tree | 1955c1064a66c0836c071a8a50c0b7bb55116a62 /src/backend/tcop/postgres.c | |
parent | aceedd88f612472dae447fb59077abe8ed22f1f6 (diff) | |
download | postgresql-8771634666252b5d679cb8701d50e2540f073d1e.tar.gz postgresql-8771634666252b5d679cb8701d50e2540f073d1e.zip |
Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus
idea from the start since the variable is only meant to track commit/abort
events. This patch reverts the logic around the variable to what it was in
8.4, except that the value is now kept in shared memory rather than a static
variable, so that it can be reported correctly by CreateRestartPoint (which is
executed in the bgwriter).
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions