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

Commiteab5f7d

Browse files
committed
[PGPRO-9977] Fix after vanilla commit 5f2e179bd31e
Tags: pg_pathman
1 parent07f0a98 commiteab5f7d

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

‎src/include/compat/pg_compat.h

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@
119119
/*
120120
* CheckValidResultRel()
121121
*/
122-
#ifPG_VERSION_NUM >=100000
122+
#ifPG_VERSION_NUM >=170000
123+
#defineCheckValidResultRelCompat(rri,cmd) \
124+
CheckValidResultRel((rri), (cmd), NIL)
125+
#elifPG_VERSION_NUM >=100000
123126
#defineCheckValidResultRelCompat(rri,cmd) \
124127
CheckValidResultRel((rri), (cmd))
125128
#elifPG_VERSION_NUM >=90500
@@ -237,18 +240,6 @@
237240
#endif
238241

239242

240-
/*
241-
* CheckValidResultRel()
242-
*/
243-
#ifPG_VERSION_NUM >=100000
244-
#defineCheckValidResultRelCompat(rri,cmd) \
245-
CheckValidResultRel((rri), (cmd))
246-
#elifPG_VERSION_NUM >=90500
247-
#defineCheckValidResultRelCompat(rri,cmd) \
248-
CheckValidResultRel((rri)->ri_RelationDesc, (cmd))
249-
#endif
250-
251-
252243
/*
253244
* create_append_path()
254245
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp