Skip to content

Commit

Permalink
Fix build on v9.4.
Browse files Browse the repository at this point in the history
Commit 418099d added this macro to
every other pglogical_compat.h.
  • Loading branch information
nmisch authored and eulerto committed May 14, 2024
1 parent 614c74f commit cc4be6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compat94/pglogical_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc4be6c

Please sign in to comment.