Re: [HACKERS] non-functional update notice unneccesarily

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] non-functional update notice unneccesarily
Дата
Msg-id 199806160251.WAA21561@candle.pha.pa.us
обсуждение исходный текст
Ответ на non-functional update notice unneccesarily  (Brett McCormickS <brett@abraxas.scene.com>)
Ответы Re: [HACKERS] non-functional update notice unneccesarily  (Brett McCormick <brett@work.chicken.org>)
Список pgsql-hackers
>
>
> update mempayment set paywho = 'icvproxy' from do_addpayment where dappays
> eq = payseqid;
> NOTICE:  Non-functional update, only first update is performed
> UPDATE 31
>
> more than one update was indeed performed..
> I beleive this has happened to me before..
>
>

Vadim has said to remove the message, and I have done so.  The
surrounding code in heapam.c is unchanged, just the elog(NOTICE) is
commented out.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] copy command
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Small bug in union