pgsql: Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.
Date
Msg-id E1eKwi0-00015J-6l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.

Other callers were adjusted in the course of
dc6c4c9dc2a111519b76b22daaaac86c5608223b.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec6a04005618c206163761e5739a8b90debd6b1e

Modified Files
--------------
src/backend/storage/file/fd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Add infrastructure for sharing temporary files betweenbackends.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix uninitialized-variable compiler warning induced by commite4