1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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

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
}