Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff0c143

Browse files
committed
Make a comment pgindent-proof, per suggestion from Alvaro.
1 parentf519d04 commitff0c143

File tree

1 file changed

+3
-2
lines changed
  • src/backend/access/transam

1 file changed

+3
-2
lines changed

‎src/backend/access/transam/xact.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.201 2005/05/1921:35:45 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.202 2005/05/1923: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
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp