diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 4a08888561e..0176c528e2f 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -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; |