| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Andreas(dot)Zeugswetter(at)telecom(dot)at (Zeugswetter Andreas DBT) |
| Cc: | pgsql-hackers(at)hub(dot)org |
| Subject: | Re: [HACKERS] bug fix for select 'some Text'::char(16) (newest snapshot) |
| Date: | 1998-02-02 17:05:17 |
| Message-ID: | 199802021705.MAA13084@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Yes, I am inclined to agree with you. I will apply the patch.
---------------------------------------------------------------------------
> *** parse_expr.c.ori Mon Feb 2 09:00:20 1998
> --- parse_expr.c Mon Feb 2 14:20:14 1998
> ***************
> *** 103,105 ****
> if (con->typename != NULL)
> ! result = parser_typecast(val,
> con->typename, 0);
> else
> --- 103,105 ----
> if (con->typename != NULL)
> ! result = parser_typecast(val,
> con->typename, -1);
> else
>
> seems to work fine !
>
> Andreas
>
>
--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-02-02 17:09:26 | Re: [HACKERS] FAQs |
| Previous Message | Bruce Momjian | 1998-02-02 17:00:14 | Re: [HACKERS] subquery syntax broken |