Thread: test: untyped literal in CASE test expr

test: untyped literal in CASE test expr

From
Neil Conway
Date:
This trivial patch adds a regression test for CASE expressions that use
an untyped literal in the CASE's test expression. This adds test
coverage for a bug that was fixed by Tom on Jan. 12

I intend to apply this once 8.0.0 is out the door, barring any
objections.

-Neil


Attachment

Re: test: untyped literal in CASE test expr

From
Tom Lane
Date:
Neil Conway <neilc@samurai.com> writes:
> This trivial patch adds a regression test for CASE expressions that use
> an untyped literal in the CASE's test expression. This adds test
> coverage for a bug that was fixed by Tom on Jan. 12
> I intend to apply this once 8.0.0 is out the door, barring any
> objections.

I had intended to put in something like that myself, but forgot.  Feel
free to apply now.

            regards, tom lane

Re: test: untyped literal in CASE test expr

From
Neil Conway
Date:
On Sun, 2005-01-16 at 22:31 -0500, Tom Lane wrote:
> I had intended to put in something like that myself, but forgot.  Feel
> free to apply now.

Applied.

-Neil