Commit d64995aa authored by Bruce Momjian's avatar Bruce Momjian

Remove trace macro call from new log_temp_files, until it gets more

research.
parent 40f797be
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.133 2007/01/09 21:31:14 momjian Exp $ * $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.134 2007/01/09 22:03:51 momjian Exp $
* *
* NOTES: * NOTES:
* *
...@@ -970,7 +970,6 @@ FileClose(File file) ...@@ -970,7 +970,6 @@ FileClose(File file)
{ {
/* reset flag so that die() interrupt won't cause problems */ /* reset flag so that die() interrupt won't cause problems */
vfdP->fdstate &= ~FD_TEMPORARY; vfdP->fdstate &= ~FD_TEMPORARY;
PG_TRACE1(temp__file__cleanup, vfdP->fileName);
if (log_temp_files >= 0) if (log_temp_files >= 0)
{ {
if (stat(vfdP->fileName, &filestats) == 0) if (stat(vfdP->fileName, &filestats) == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment