Update comment in ExecInsert() regarding batch insertion.
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 29 Sep 2022 07:55:00 +0000 (16:55 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 29 Sep 2022 07:55:00 +0000 (16:55 +0900)
commitd5e3fe682ac327ae2c0682a931f95e946ae13487
tree623aacb6ac38954d3e9578301351d00f968fcf7d
parent0823d061b0b7f1e20fbfd48bef3c2e093493dbd4
Update comment in ExecInsert() regarding batch insertion.

Remove the stale text that is a leftover from an earlier version of the
patch to add support for batch insertion, and adjust the wording in the
remaining text.

Back-patch to v14 where batch insertion came in.

Review and wording adjustment by Tom Lane.

Discussion: https://postgr.es/m/CAPmGK14goatHPHQv2Aeu_UTKqZ%2BBO%2BP%2Bzd3HKv5D%2BdyyfWKDSw%40mail.gmail.com
src/backend/executor/nodeModifyTable.c