File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
* Portions Copyright (c) 1994, Regents of the University of California
12
12
*
13
13
* 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 $
15
15
*
16
16
*-------------------------------------------------------------------------
17
17
*/
@@ -290,7 +290,7 @@ ResolveRecoveryConflictWithDatabase(Oid dbid)
290
290
*/
291
291
while (CountDBBackends (dbid ) > 0 )
292
292
{
293
- CancelDBBackends (dbid , PROCSIG_RECOVERY_CONFLICT_TABLESPACE , true);
293
+ CancelDBBackends (dbid , PROCSIG_RECOVERY_CONFLICT_DATABASE , true);
294
294
295
295
/*
296
296
* Wait awhile for them to die so that we avoid flooding an
You can’t perform that action at this time.
0 commit comments