File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 119119/*
120120 * CheckValidResultRel()
121121 */
122- #if PG_VERSION_NUM >= 100000
122+ #if PG_VERSION_NUM >= 170000
123+ #define CheckValidResultRelCompat (rri , cmd ) \
124+ CheckValidResultRel((rri), (cmd), NIL)
125+ #elif PG_VERSION_NUM >= 100000
123126#define CheckValidResultRelCompat (rri , cmd ) \
124127 CheckValidResultRel((rri), (cmd))
125128#elif PG_VERSION_NUM >= 90500
237240#endif
238241
239242
240- /*
241- * CheckValidResultRel()
242- */
243- #if PG_VERSION_NUM >= 100000
244- #define CheckValidResultRelCompat (rri , cmd ) \
245- CheckValidResultRel((rri), (cmd))
246- #elif PG_VERSION_NUM >= 90500
247- #define CheckValidResultRelCompat (rri , cmd ) \
248- CheckValidResultRel((rri)->ri_RelationDesc, (cmd))
249- #endif
250-
251-
252243/*
253244 * create_append_path()
254245 */
You can’t perform that action at this time.
0 commit comments