We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf519d04 commitff0c143Copy full SHA for ff0c143
src/backend/access/transam/xact.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.201 2005/05/1921:35:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.202 2005/05/1923:58:51 tgl Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -1498,7 +1498,7 @@ CommitTransaction(void)
1498
1499
RecordTransactionCommit();
1500
1501
-/*
+/*----------
1502
* Let others know about no transaction in progress by me. Note that
1503
* this must be done _before_ releasing locks we hold and _after_
1504
* RecordTransactionCommit.
@@ -1510,6 +1510,7 @@ CommitTransaction(void)
1510
* xid 0 as running as well, or it will be able to see two tuple versions
1511
* - one deleted by xid 1 and one inserted by xid 0. See notes in
1512
* GetSnapshotData.
1513
+ *----------
1514
1515
if (MyProc!=NULL)
1516
{