On Fri, Dec 31, 2010 at 12:34:50AM -0500, Robert Haas wrote:
> On Thu, Dec 30, 2010 at 8:35 PM, Noah Misch <noah(at)leadboat(dot)com> wrote:
> > 4. A FuncExpr node has answers given by the bitwise-AND of its funcexempt field
> > and the answers from its first argument.
>
> Why its first argument?
funcexempt would only be nonzero for FuncExpr of length coercion casts. Those
have the subject datum as a first argument, typmod as second, and is-explicit
boolean as third. The other arguments are effectively already validated.
That brings up a point -- the exemptor function also needs an is-explicit
argument, as that affects the decision for some types.
In response to
pgsql-hackers by date
| Next: | From: Hannu Krosing | Date: 2010-12-31 07:50:07 |
| Subject: Re: Sync Rep Design |
| Previous: | From: Robert Haas | Date: 2010-12-31 05:34:50 |
| Subject: Re: Avoiding rewrite in ALTER TABLE ALTER TYPE |