mirror of
https://github.com/postgres/postgres.git
synced 2025-11-29 23:43:17 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@@ -145,7 +145,7 @@ TransactionIdDidCommit(TransactionId transactionId)
|
||||
* be a window just after database startup where we do not have complete
|
||||
* knowledge in pg_subtrans of the transactions after TransactionXmin.
|
||||
* StartupSUBTRANS() has ensured that any missing information will be
|
||||
* zeroed. Since this case should not happen under normal conditions, it
|
||||
* zeroed. Since this case should not happen under normal conditions, it
|
||||
* seems reasonable to emit a WARNING for it.
|
||||
*/
|
||||
if (xidstatus == TRANSACTION_STATUS_SUB_COMMITTED)
|
||||
@@ -301,7 +301,7 @@ TransactionIdPrecedes(TransactionId id1, TransactionId id2)
|
||||
{
|
||||
/*
|
||||
* If either ID is a permanent XID then we can just do unsigned
|
||||
* comparison. If both are normal, do a modulo-2^32 comparison.
|
||||
* comparison. If both are normal, do a modulo-2^32 comparison.
|
||||
*/
|
||||
int32 diff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user