pgsql: Fix few typos and minor word smithing in tableam comments.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix few typos and minor word smithing in tableam comments.
Date: 2019-07-10 02:35:25
Message-ID: E1hl2S5-00031E-Ue@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2019-07-10 04:02:45 pgsql: Fix missing calls to table_finish_bulk_insert during COPY, take
Previous Message Thomas Munro 2019-07-09 22:18:22 pgsql: Pass QueryEnvironment down to EvalPlanQual's EState.