Refactor typenameTypeId()

Peter Eisentraut <peter_e@gmx.net>

Commit: 35670340f57d78d6ab023b1fb42fd81339f85d4c
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-10-25T18:44:49Z
Releases: 9.1.0
Refactor typenameTypeId()

Split the old typenameTypeId() into two functions: A new typenameTypeId() that
returns only a type OID, and typenameTypeIdAndMod() that returns type OID and
typmod.  This isolates call sites better that actually care about the typmod.

Files