mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
pgindent run for 9.0, second run
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.61 2010/04/28 00:09:05 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.62 2010/07/06 19:18:55 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* Each global transaction is associated with a global transaction
|
||||
@@ -1201,7 +1201,7 @@ StandbyTransactionIdIsPrepared(TransactionId xid)
|
||||
Assert(TransactionIdIsValid(xid));
|
||||
|
||||
if (max_prepared_xacts <= 0)
|
||||
return false; /* nothing to do */
|
||||
return false; /* nothing to do */
|
||||
|
||||
/* Read and validate file */
|
||||
buf = ReadTwoPhaseFile(xid, false);
|
||||
|
||||
Reference in New Issue
Block a user