Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0160ceb

Browse files
committed
Put back a "continue" that went missing in the changes to start background
writer in WAL recovery.
1 parente549722 commit0160ceb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.573 2009/02/23 09:28:50 heikki Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.574 2009/02/25 11:07:43 heikki Exp $
4141
*
4242
* NOTES
4343
*
@@ -2226,7 +2226,9 @@ reaper(SIGNAL_ARGS)
22262226

22272227
/* at this point we are really open for business */
22282228
ereport(LOG,
2229-
(errmsg("database system is ready to accept connections")));
2229+
(errmsg("database system is ready to accept connections")));
2230+
2231+
continue;
22302232
}
22312233

22322234
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp