Re: regression failure - horology

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема Re: regression failure - horology
Дата
Msg-id 20030222153410.GD65954@xs4all.nl
обсуждение исходный текст
Ответ на Re: regression failure - horology  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: regression failure - horology  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: regression failure - horology  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Sat, Feb 22, 2003 at 03:09:13AM -0500, Tom Lane wrote:
> 
> Mph.  It fails for me too when I use --enable-integer-datetimes.  Looks
> like that patch still needs some work...

Yeah.  I'm really, really, *really* sorry for submitting it in the state
it was in.  I shouldn't have done that just before moving to another
country.  I found the problem last night, but couldn't get to a Net
connection until now.

The problem is in src/bin/psql/common.c, around line 250-335 somewhere
depending on the version.  The 2nd and 3rd clauses of the "while" loop
condition:
(rstatus == PGRES_COPY_IN) &&(rstatus == PGRES_COPY_OUT))

should of course be:
(rstatus != PGRES_COPY_IN) &&(rstatus != PGRES_COPY_OUT))


Jeroen



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: regression failure - horology
Следующее
От: mlw
Дата:
Сообщение: Re: ILIKE