Commit 11072e86 authored by Alexander Korotkov's avatar Alexander Korotkov

Fix compiler warning introduced in 6df7a969

parent 8344d72c
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment