Re: Minor comment update for DELETE - Mailing list pgsql-patches

From Neil Conway
Subject Re: Minor comment update for DELETE
Date
Msg-id 1132316795.8922.5.camel@localhost.localdomain
Whole thread Raw
In response to Minor comment update for DELETE  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Minor comment update for DELETE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Fri, 2005-11-18 at 00:15 +0000, Simon Riggs wrote:
> Minor comment update.

Applied with adjustments.

BTW, I noticed the following comment a few lines down in execMain.c
(circa line 1564):

 * note: we can't run UPDATE queries with transactions
 * off because UPDATEs are actually INSERTs and our
 * scan will mistakenly loop forever, updating the tuple
 * it just inserted..    This should be fixed but until it
 * is, we don't want to get stuck in an infinite loop
 * which corrupts your database..

This seems obsolete; I'll remove it shortly barring any objections.

-Neil



pgsql-patches by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Numeric 508 datatype
Next
From: ron limson
Date:
Subject: unsubscribe