mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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…
Reference in New Issue
Block a user