Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ff0c143

Browse files
committed
Make a comment pgindent-proof, per suggestion from Alvaro.
1 parent f519d04 commit ff0c143

File tree

1 file changed

+3
-2
lines changed
  • src/backend/access/transam

1 file changed

+3
-2
lines changed

src/backend/access/transam/xact.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.201 2005/05/19 21:35:45 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.202 2005/05/19 23:58:51 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -1498,7 +1498,7 @@ CommitTransaction(void)
14981498
*/
14991499
RecordTransactionCommit();
15001500

1501-
/*
1501+
/*----------
15021502
* Let others know about no transaction in progress by me. Note that
15031503
* this must be done _before_ releasing locks we hold and _after_
15041504
* RecordTransactionCommit.
@@ -1510,6 +1510,7 @@ CommitTransaction(void)
15101510
* xid 0 as running as well, or it will be able to see two tuple versions
15111511
* - one deleted by xid 1 and one inserted by xid 0. See notes in
15121512
* GetSnapshotData.
1513+
*----------
15131514
*/
15141515
if (MyProc != NULL)
15151516
{

0 commit comments

Comments
 (0)