Re: Minor Comment updates - Mailing list pgsql-patches

From Tom Lane
Subject Re: Minor Comment updates
Date
Msg-id 4363.1114356833@sss.pgh.pa.us
Whole thread Raw
In response to Re: Minor Comment updates  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Simon Riggs wrote:
>> These are the only two files in /executor that have old QUEL comments in
>> to describe their behaviour, AFAICS.

> Applied with some minor cleanups. Thanks for the patch.

I restored the one example Simon removed, as I think it's a useful
example:

*** 10,15 ****
--- 10,20 ----
   *
   *                select 1 * 2
   *
+  *                insert into emp values ('mike', 15000)
+  *
+  *        (Remember that in an INSERT or UPDATE, we need a plan tree that
+  *        generates the new rows.)
+  *
   *        Result nodes are also used to optimise queries with constant
   *        qualifications (ie, quals that do not depend on the scanned data),
   *        such as:

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Minor Comment updates
Next
From: Alvaro Herrera
Date:
Subject: trivial whitespace correction in es.po