Skip to content

Commit 11072e8

Browse files
committed
Fix compiler warning introduced in 6df7a96
1 parent 8344d72 commit 11072e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/typecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ DefineRange(CreateRangeStmt *stmt)
13641364
AclResult aclresult;
13651365
ListCell *lc;
13661366
ObjectAddress address;
1367-
ObjectAddress mltrngaddress;
1367+
ObjectAddress mltrngaddress PG_USED_FOR_ASSERTS_ONLY;
13681368
Oid castFuncOid;
13691369

13701370
/* Convert list of names to a name and namespace */

0 commit comments

Comments
 (0)