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

Commit0a12767

Browse files
committed
Comment out xlrec in xact_redo - no support for file unlinking on
commit yet.
1 parentaf8630f commit0a12767

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.93 2001/01/14 05:08:14 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.94 2001/01/18 18:33:45 vadim Exp $
1212
*
1313
* NOTES
1414
*Transaction aborts can now occur two ways:
@@ -1737,8 +1737,6 @@ xact_redo(XLogRecPtr lsn, XLogRecord *record)
17371737

17381738
if (info==XLOG_XACT_COMMIT)
17391739
{
1740-
xl_xact_commit*xlrec= (xl_xact_commit*)XLogRecGetData(record);
1741-
17421740
TransactionIdCommit(record->xl_xid);
17431741
/* SHOULD REMOVE FILES OF ALL DROPPED RELATIONS */
17441742
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp