When implementing a coercion to a domain type with a combined

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f245c4eb1a0d8520c1a217d18d3e965042a1cb2f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-11-06T17:46:38Z
Releases: 8.0.0
When implementing a coercion to a domain type with a combined
type-and-length coercion function, make sure that the coercion function
is told the correct typmod.  Fixes Kris Jurka's example of a domain
over bit(N).

Files