projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae0726
)
comment fixex
author
Heikki Linnakangas
<
[email protected]
>
Thu, 5 Feb 2009 17:02:06 +0000
(19:02 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Thu, 5 Feb 2009 17:40:58 +0000
(19:40 +0200)
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 0055e7aa6db095b93b8f20eabe8ddbbb34a1464b..1772f193013025bf9a9508136b124b2201f09ed3 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-6588,7
+6588,6
@@
xlog_redo(XLogRecPtr lsn, XLogRecord *record)
/*
* TLI may change in a shutdown checkpoint, but it shouldn't decrease
- * shutdown checkpoints only occur at shutdown. Much less confusing.
*/
if (checkPoint.ThisTimeLineID != ThisTimeLineID)
{
@@
-7546,7
+7545,7
@@
CancelBackup(void)
*/
/*
- *
wal
_quickdie() occurs when signalled SIGQUIT by the postmaster.
+ *
startupproc
_quickdie() occurs when signalled SIGQUIT by the postmaster.
*
* Some backend has bought the farm,
* so we need to stop what we're doing and exit.