pgsql: Minor improvements to transaction manager README.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor improvements to transaction manager README.
Date: 2016-03-04 19:14:29
Message-ID: E1abvBF-0005ov-3J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor improvements to transaction manager README.

A simple SELECT is handled by PortalRunSelect, not ProcessQuery. Also,
the previous indentation was unclear: change it so that a deeper level
of indentation indicates that the outer function calls the inner one.

Stas Kelvich

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6fcde8a5c80e46e9e92f50f62093cba5899312fd

Modified Files
--------------
src/backend/access/transam/README | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-04 20:48:27 pgsql: Fix typo in comment.
Previous Message Robert Haas 2016-03-04 19:02:36 pgsql: Fix SerializeSnapshot not to overrun the allocated space.