Skip to content

Commit d64995a

Browse files
committed
Remove trace macro call from new log_temp_files, until it gets more
research.
1 parent 40f797b commit d64995a

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/09 21:31:14 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.134 2007/01/09 22: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy