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

Commitd64995a

Browse files
committed
Remove trace macro call from new log_temp_files, until it gets more
research.
1 parent40f797b commitd64995a

File tree

1 file changed

+1
-2
lines changed
  • src/backend/storage/file

1 file changed

+1
-2
lines changed

‎src/backend/storage/file/fd.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.133 2007/01/0921:31:14 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.134 2007/01/0922:03:51 momjian Exp $
1111
*
1212
* NOTES:
1313
*
@@ -970,7 +970,6 @@ FileClose(File file)
970970
{
971971
/* reset flag so that die() interrupt won't cause problems */
972972
vfdP->fdstate &= ~FD_TEMPORARY;
973-
PG_TRACE1(temp__file__cleanup,vfdP->fileName);
974973
if (log_temp_files >=0)
975974
{
976975
if (stat(vfdP->fileName,&filestats)==0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp