Re: transam README small fix - Mailing list pgsql-hackers

From Robert Haas
Subject Re: transam README small fix
Date
Msg-id CA+TgmoZu9ia208bn1NA64O74JU6KHy3mJBjWLveWW5y7icVEwg@mail.gmail.com
Whole thread Raw
In response to transam README small fix  (Stas Kelvich <s.kelvich@postgrespro.ru>)
Responses Re: transam README small fix
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: pgbench small bug fix
Next
From: David Steele
Date:
Subject: Re: Re: Add generate_series(date, date) and generate_series(date, date, integer)