Skip to content

Commit 65033ed

Browse files
author
Alexander Kuzmenkov
committed
Support create_append_path in PGPROEE11
1 parent 0feb47b commit 65033ed

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy