From 12604a0874a98be2bdc906d02de6e6cda44880e0 Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Fri, 25 Jun 2021 08:23:59 +0200 Subject: [PATCH] there is not necessary special workaround for compilation agains pg14 beta2 --- src/parse_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse_name.c b/src/parse_name.c index bfe88f1..2e28efc 100644 --- a/src/parse_name.c +++ b/src/parse_name.c @@ -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);