mirror of
https://github.com/postgres/postgres.git
synced 2025-10-15 05:46:52 +03:00
pgindent run for 9.0, second run
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.594 2010/05/12 19:45:02 sriggs Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.595 2010/07/06 19:18:57 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* this is the "main" module of the postgres backend and
|
||||
@@ -2840,8 +2840,8 @@ RecoveryConflictInterrupt(ProcSignalReason reason)
|
||||
/*
|
||||
* All conflicts apart from database cause dynamic errors where the
|
||||
* command or transaction can be retried at a later point with some
|
||||
* potential for success. No need to reset this, since
|
||||
* non-retryable conflict errors are currently FATAL.
|
||||
* potential for success. No need to reset this, since non-retryable
|
||||
* conflict errors are currently FATAL.
|
||||
*/
|
||||
if (reason == PROCSIG_RECOVERY_CONFLICT_DATABASE)
|
||||
RecoveryConflictRetryable = false;
|
||||
|
Reference in New Issue
Block a user