pgsql: Minor improvements to transaction manager README.

Lists: pgsql-committers
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
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(-)