We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d29f5f commit ed1d3f5Copy full SHA for ed1d3f5
src/backend/tcop/postgres.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.584 2010/01/17 04:27:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.585 2010/01/21 09:30:36 sriggs Exp $
12
13
* NOTES
14
* this is the "main" module of the postgres backend and
@@ -2865,6 +2865,7 @@ ProcessInterrupts(void)
2865
if (RecoveryConflictPending)
2866
{
2867
ImmediateInterruptOK = false; /* not idle anymore */
2868
+ RecoveryConflictPending = false;
2869
DisableNotifyInterrupt();
2870
DisableCatchupInterrupt();
2871
if (DoingCommandRead)
0 commit comments