mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
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.
|
||||
*/
|
||||
#ifdef EXEC_BACKEND
|
||||
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR);
|
||||
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR, false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user