Make a comment pgindent-proof, per suggestion from Alvaro.
authorTom Lane <[email protected]>
Thu, 19 May 2005 23:58:51 +0000 (23:58 +0000)
committerTom Lane <[email protected]>
Thu, 19 May 2005 23:58:51 +0000 (23:58 +0000)
src/backend/access/transam/xact.c

index 931f43723ac08bb22438904236e8441adccddf4e..a657e4d06d8484a3f432d100e72e3dd7e139b776 100644 (file)
@@ -1498,7 +1498,7 @@ CommitTransaction(void)
         */
        RecordTransactionCommit();
 
-       /*
+       /*----------
         * Let others know about no transaction in progress by me. Note that
         * this must be done _before_ releasing locks we hold and _after_
         * RecordTransactionCommit.
@@ -1510,6 +1510,7 @@ CommitTransaction(void)
         * xid 0 as running as well, or it will be able to see two tuple versions
         * - one deleted by xid 1 and one inserted by xid 0.  See notes in
         * GetSnapshotData.
+        *----------
         */
        if (MyProc != NULL)
        {