From cc4be6c0b9df9bd6db270d6664da634f0b684d5f Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Fri, 15 Dec 2023 12:19:32 -0800 Subject: [PATCH] Fix build on v9.4. Commit 418099df971835560eb5ac6076955fcc65eb4599 added this macro to every other pglogical_compat.h. --- compat94/pglogical_compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat94/pglogical_compat.h b/compat94/pglogical_compat.h index e5973a9..dcd97c1 100644 --- a/compat94/pglogical_compat.h +++ b/compat94/pglogical_compat.h @@ -188,4 +188,6 @@ extern void CatalogTupleDelete(Relation heapRel, ItemPointer tid); #define pg_plan_queries(querytrees, query_string, cursorOptions, boundParams) \ pg_plan_queries(querytrees, cursorOptions, boundParams) +#define PGLreplorigin_session_setup(node) replorigin_session_setup(node) + #endif