Обсуждение: transam README small fix

Поиск
Список
Период
Сортировка

transam README small fix

От
Stas Kelvich
Дата:
Hi,

Transaction function call sequence description in transam/README is slightly outdated. Select now handled by
PortalRunSelectinstead of ProcessQuery. It is also hard to follow what tabulation there means — sometimes that means
“functioncalled by function”, sometimes it isn't. So I’ve also changed it to actual call nesting. 



---
Stas Kelvich
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


Вложения

Re: transam README small fix

От
Robert Haas
Дата:
On Tue, Mar 1, 2016 at 4:31 AM, Stas Kelvich <s.kelvich@postgrespro.ru> wrote:
> Transaction function call sequence description in transam/README is slightly outdated. Select now handled by
PortalRunSelectinstead of ProcessQuery. It is also hard to follow what tabulation there means — sometimes that means
“functioncalled by function”, sometimes it isn't. So I’ve also changed it to actual call nesting. 

After some study, this looks good to me, so committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



Re: transam README small fix

От
Stas Kelvich
Дата:
Thanks.

Stas Kelvich
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


> On 04 Mar 2016, at 22:14, Robert Haas <robertmhaas@gmail.com> wrote:
>
> On Tue, Mar 1, 2016 at 4:31 AM, Stas Kelvich <s.kelvich@postgrespro.ru> wrote:
>> Transaction function call sequence description in transam/README is slightly outdated. Select now handled by
PortalRunSelectinstead of ProcessQuery. It is also hard to follow what tabulation there means — sometimes that means
“functioncalled by function”, sometimes it isn't. So I’ve also changed it to actual call nesting. 
>
> After some study, this looks good to me, so committed.
>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company