Re: [HACKERS] non-functional update notice unneccesarily

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: brett(at)abraxas(dot)scene(dot)com (Brett McCormickS)
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] non-functional update notice unneccesarily
Date: 1998-06-16 02:51:13
Message-ID: 199806160251.WAA21561@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-06-16 02:58:27 Re: [BUGS] Small bug in union
Previous Message Bruce Momjian 1998-06-16 02:47:41 Re: [HACKERS] Re: [QUESTIONS] copy command