Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf1a62b3

Browse files
authored
Merge pull request#175 from alexander-kuzmenkov/next
Support create_append_path in PGPROEE11
2 parents0feb47b +65033ed commitf1a62b3

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+
#definecreate_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
#elifPG_VERSION_NUM >=100000

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp