pgsql: Split out the description of page-level lock as new subsection i - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Split out the description of page-level lock as new subsection i
Date
Msg-id E1X2tS1-0006A6-1R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Split out the description of page-level lock as new subsection in document.

Michael Banck

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/644d85351e6aa364d31d6c5402e4fd6a3e94e91d

Modified Files
--------------
doc/src/sgml/mvcc.sgml |    4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't cache per-group context across the whole query in ordereds
Next
From: Fujii Masao
Date:
Subject: pgsql: Refactor pg_receivexlog main loop code, for readability.