Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.
Other callers were adjusted in the course of dc6c4c9dc2a111519b76b22daaaac86c5608223b. Per buildfarm.
This commit is contained in:
parent
dc6c4c9dc2
commit
ec6a040056
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user