mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix compiler warning introduced in 6df7a9698b
This commit is contained in:
parent
8344d72ccc
commit
11072e8693
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user