Fix compiler warning introduced in 6df7a9698b
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 20 Dec 2020 13:27:01 +0000 (16:27 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 20 Dec 2020 13:27:01 +0000 (16:27 +0300)
src/backend/commands/typecmds.c

index 0fcd8c8f16e2bffec502aa982079e01d9e38491c..a0a8695b1bd0850ea4e710931857c9c1ff701df2 100644 (file)
@@ -1364,7 +1364,7 @@ DefineRange(CreateRangeStmt *stmt)
        AclResult       aclresult;
        ListCell   *lc;
        ObjectAddress address;
-       ObjectAddress mltrngaddress;
+       ObjectAddress mltrngaddress PG_USED_FOR_ASSERTS_ONLY;
        Oid                     castFuncOid;
 
        /* Convert list of names to a name and namespace */