Re: test: untyped literal in CASE test expr

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: test: untyped literal in CASE test expr
Date: 2005-01-17 03:31:24
Message-ID: 22309.1105932684@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-01-17 03:38:57 Re: test: untyped literal in CASE test expr
Previous Message Peter Eisentraut 2005-01-17 03:07:02 Re: sl translation updates