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 10
10
*
11
11
*
12
12
* 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 $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -1498,7 +1498,7 @@ CommitTransaction(void)
1498
1498
*/
1499
1499
RecordTransactionCommit ();
1500
1500
1501
- /*
1501
+ /*----------
1502
1502
* Let others know about no transaction in progress by me. Note that
1503
1503
* this must be done _before_ releasing locks we hold and _after_
1504
1504
* RecordTransactionCommit.
@@ -1510,6 +1510,7 @@ CommitTransaction(void)
1510
1510
* xid 0 as running as well, or it will be able to see two tuple versions
1511
1511
* - one deleted by xid 1 and one inserted by xid 0. See notes in
1512
1512
* GetSnapshotData.
1513
+ *----------
1513
1514
*/
1514
1515
if (MyProc != NULL )
1515
1516
{
You can’t perform that action at this time.
0 commit comments