projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf39e3c
)
Make a comment pgindent-proof, per suggestion from Alvaro.
author
Tom Lane
<
[email protected]
>
Thu, 19 May 2005 23:58:51 +0000
(23:58 +0000)
committer
Tom Lane
<
[email protected]
>
Thu, 19 May 2005 23:58:51 +0000
(23:58 +0000)
src/backend/access/transam/xact.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xact.c
b/src/backend/access/transam/xact.c
index 931f43723ac08bb22438904236e8441adccddf4e..a657e4d06d8484a3f432d100e72e3dd7e139b776 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-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)
{