Re: Minor comment update for DELETE

From: Neil Conway <neilc(at)samurai(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Minor comment update for DELETE
Date: 2005-11-18 12:26:35
Message-ID: 1132316795.8922.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message ron limson 2005-11-18 14:29:01 unsubscribe
Previous Message Andreas Pflug 2005-11-18 12:07:47 Re: Numeric 508 datatype