deparse/core: return the base type OID, not the array's
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 5 May 2014 21:49:54 +0000 (17:49 -0400)
committerAndres Freund <andres@anarazel.de>
Fri, 5 Sep 2014 20:07:11 +0000 (22:07 +0200)
commitaab1b0b528463685ac57600e24d5b8e679732350
tree598a6dc9f825a5518655d57e6f51320bef046661
parentc86ebf61c08fdc3a081b64a0c4eb3221d596f51b
deparse/core: return the base type OID, not the array's

DefineType should return the OID of the base type just created, not the
subsidiary array's.
src/backend/commands/typecmds.c