File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments