Skip to content

Commit f1a62b3

Browse files
authored
Merge pull request #175 from alexander-kuzmenkov/next
Support create_append_path in PGPROEE11
2 parents 0feb47b + 65033ed commit f1a62b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/compat/pg_compat.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@
239239
create_append_path(NULL, (rel), (subpaths), NIL, (required_outer), \
240240
(parallel_workers), false, NIL, -1)
241241
#else
242-
/* TODO */
242+
#define create_append_path_compat(rel, subpaths, required_outer, parallel_workers) \
243+
create_append_path(NULL, (rel), (subpaths), NIL, (required_outer), \
244+
(parallel_workers), false, NIL, -1, false, NIL)
243245
#endif /* PGPRO_VERSION */
244246

245247
#elif PG_VERSION_NUM >= 100000

0 commit comments

Comments
 (0)