Re: Minor Comment updates

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Minor Comment updates
Дата
Msg-id
4363.1114356833@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Minor Comment updates Simon Riggs <simon@2ndquadrant.com>
Re: Minor Comment updates Alvaro Herrera <alvherre@dcc.uchile.cl>
Re: Minor Comment updates Simon Riggs <simon@2ndquadrant.com>
Re: Minor Comment updates Simon Riggs <simon@2ndquadrant.com>
Re: Minor Comment updates Neil Conway <neilc@samurai.com>
Re: Minor Comment updates Tom Lane <tgl@sss.pgh.pa.us>
Neil Conway  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 по дате отправления
От: Neil Conway
Дата:
Сообщение: Re: Minor Comment updates
От: Alvaro Herrera
Дата:
FAQ