Skip to content

Commit

Permalink
use new argument of FuncnameGetCandidates only for specific catalog v…
Browse files Browse the repository at this point in the history
…ersion num
  • Loading branch information
okbob committed Jun 21, 2021
1 parent 6340be8 commit f171e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse_name.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ plpgsql_check_parse_name_or_signature(char *name_or_signature)
FuncCandidateList clist;

clist = FuncnameGetCandidates(names, -1, NIL, false, false,
#if PG_VERSION_NUM >= 140000
#if PG_VERSION_NUM >= 140000 && CATALOG_VERSION_NO >= 202106101
false,
#endif
true);
Expand Down

0 comments on commit f171e62

Please sign in to comment.