Skip to content

Commit

Permalink
there is not necessary special workaround for compilation agains pg14…
Browse files Browse the repository at this point in the history
… beta2
  • Loading branch information
okbob committed Jun 25, 2021
1 parent f171e62 commit 12604a0
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 && CATALOG_VERSION_NO >= 202106101
#if PG_VERSION_NUM >= 140000
false,
#endif
true);
Expand Down

0 comments on commit 12604a0

Please sign in to comment.