Skip to content

Commit ec6a040

Browse files
committed
Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.
Other callers were adjusted in the course of dc6c4c9. Per buildfarm.
1 parent dc6c4c9 commit ec6a040

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/backend/storage/file/fd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,7 @@ RemovePgTempFiles(void)
30203020
* DataDir as well.
30213021
*/
30223022
#ifdef EXEC_BACKEND
3023-
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR);
3023+
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR, false);
30243024
#endif
30253025
}
30263026

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