pgsql: Fix few typos and minor word smithing in tableam comments. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix few typos and minor word smithing in tableam comments.
Date
Msg-id E1hl2S5-00031E-Ue@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix few typos and minor word smithing in tableam comments.

Reported-by: Ashwin Agrawal
Author: Ashwin Agrawal
Reviewed-by: Amit Kapila
Backpatch-through: 12, where it was introduced
Discussion: https://postgr.es/m/CALfoeisgdZhYDrJOukaBzvXfJOK2FQ0szVMK7dzmcy6w93iDUA@mail.gmail.com

Branch
------
REL_12_STABLE

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

Modified Files
--------------
src/include/access/tableam.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Pass QueryEnvironment down to EvalPlanQual's EState.
Next
From: David Rowley
Date:
Subject: pgsql: Fix missing calls to table_finish_bulk_insert during COPY,take