Re: [HACKERS] bug fix for select 'some Text'::char(16) (newest snapshot)
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Andreas.Zeugswetter@telecom.at (Zeugswetter Andreas DBT)
Cc: pgsql-hackers@hub.org
Date: 1998-02-02T17:05:17Z
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@candle.pha.pa.us