Commit ec6a0400 authored by Andres Freund's avatar Andres Freund

Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.

Other callers were adjusted in the course of
dc6c4c9d.

Per buildfarm.
parent dc6c4c9d
...@@ -3020,7 +3020,7 @@ RemovePgTempFiles(void) ...@@ -3020,7 +3020,7 @@ RemovePgTempFiles(void)
* DataDir as well. * DataDir as well.
*/ */
#ifdef EXEC_BACKEND #ifdef EXEC_BACKEND
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR); RemovePgTempFilesInDir(PG_TEMP_FILES_DIR, false);
#endif #endif
} }
......
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