pgsql: Comments and doc fixes for commit 40d964ec99. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Comments and doc fixes for commit 40d964ec99.
Date
Msg-id E1jOBeY-0003r0-4k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Make _bt_insertonpg() more like _bt_split().
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Add defensive "split_only_page" nbtree assertion.