8000 Merge branch 'next' into next_epq_2 · postgrespro/pg_pathman@8fa5d26 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8fa5d26

Browse files
committed
Merge branch 'next' into next_epq_2
2 parents 0927b9f + f1a62b3 commit 8fa5d26

File tree

Expand 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)
0