Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.

Other callers were adjusted in the course of
dc6c4c9dc2.

Per buildfarm.
This commit is contained in:
Andres Freund 2017-12-01 17:28:05 -08:00
parent dc6c4c9dc2
commit ec6a040056
1 changed files with 1 additions and 1 deletions

View File

@ -3020,7 +3020,7 @@ RemovePgTempFiles(void)
* DataDir as well.
*/
#ifdef EXEC_BACKEND
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR);
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR, false);
#endif
}