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

Commit5cbf6dc

Browse files
Fix typo bug in Hot Standby from recent refactoring. Bug introduced
into code recently patched by Andres Freund, so quickly fixed by himwhen bug report from Tatsuo Ishii arrived.
1 parent5209c08 commit5cbf6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/storage/ipc/standby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/storage/ipc/standby.c,v 1.10 2010/02/02 22:01:53 tgl Exp $
14+
* $PostgreSQL: pgsql/src/backend/storage/ipc/standby.c,v 1.11 2010/02/11 19:35:22 sriggs Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -290,7 +290,7 @@ ResolveRecoveryConflictWithDatabase(Oid dbid)
290290
*/
291291
while (CountDBBackends(dbid)>0)
292292
{
293-
CancelDBBackends(dbid,PROCSIG_RECOVERY_CONFLICT_TABLESPACE, true);
293+
CancelDBBackends(dbid,PROCSIG_RECOVERY_CONFLICT_DATABASE, true);
294294

295295
/*
296296
* Wait awhile for them to die so that we avoid flooding an

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp