Definition moved to a different header

This commit is contained in:
Francisco Miguel Biete Banon
2024-09-27 07:53:28 +01:00
committed by Mario Gonzalez
parent 8f27e3bc5d
commit 5abdbb0d39

View File

@@ -70,7 +70,11 @@
#include "repmgr-action-service.h"
#include "repmgr-action-daemon.h"
#if (PG_VERSION_NUM >= 170000)
#include <common/file_utils.h> /* for PG_TEMP_FILE_PREFIX */
#else
#include <storage/fd.h> /* for PG_TEMP_FILE_PREFIX */
#endif
/* globally available variables *
* ============================ */