projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
e63b4d0
)
Put back a "continue" that went missing in the changes to start background
recoveryinfra
author
Heikki Linnakangas
<
[email protected]
>
Wed, 25 Feb 2009 10:59:52 +0000
(12:59 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Wed, 25 Feb 2009 10:59:52 +0000
(12:59 +0200)
writer in WAL recovery.
src/backend/postmaster/postmaster.c
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 575223ad4e915bdae6cf0d7bb04e63824ba56edf..bae413255a2322a48b615159de7d9f083bab4ca5 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-2226,7
+2226,9
@@
reaper(SIGNAL_ARGS)
/* at this point we are really open for business */
ereport(LOG,
- (errmsg("database system is ready to accept connections")));
+ (errmsg("database system is ready to accept connections")));
+
+ continue;
}
/*