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:
@ -3020,7 +3020,7 @@ RemovePgTempFiles(void)
|
||||
* DataDir as well.
|
||||
*/
|
||||
#ifdef EXEC_BACKEND
|
||||
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR);
|
||||
RemovePgTempFilesInDir(PG_TEMP_FILES_DIR, false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user