pgsql: Comments and doc fixes for commit 40d964ec99.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Comments and doc fixes for commit 40d964ec99.
Date: 2020-04-14 02:50:22
Message-ID: E1jOBeY-0003r0-4k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Comments and doc fixes for commit 40d964ec99.

Reported-by: Justin Pryzby
Author: Justin Pryzby, with few changes by me
Reviewed-by: Amit Kapila and Sawada Masahiko
Discussion: https://postgr.es/m/20200322021801.GB2563@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6fea120a7e3858e642bb5e96027f166a1a6f134

Modified Files
--------------
doc/src/sgml/ref/vacuum.sgml | 22 +++++++--------
src/backend/access/heap/vacuumlazy.c | 52 +++++++++++++++++------------------
src/backend/access/transam/parallel.c | 2 +-
src/backend/commands/vacuum.c | 20 +++++++-------
src/include/commands/vacuum.h | 2 +-
5 files changed, 49 insertions(+), 49 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-04-14 04:11:36 pgsql: Add defensive "split_only_page" nbtree assertion.
Previous Message Peter Geoghegan 2020-04-14 02:27:50 pgsql: Make _bt_insertonpg() more like _bt_split().