8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f797b commit d64995aCopy full SHA for d64995a
src/backend/storage/file/fd.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $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 $
11
12
* NOTES:
13
@@ -970,7 +970,6 @@ FileClose(File file)
970
{
971
/* reset flag so that die() interrupt won't cause problems */
972
vfdP->fdstate &= ~FD_TEMPORARY;
973
- PG_TRACE1(temp__file__cleanup, vfdP->fileName);
974
if (log_temp_files >= 0)
975
976
if (stat(vfdP->fileName, &filestats) == 0)
0 commit comments