Update comment in ExecInsert() regarding batch insertion.
authorEtsuro Fujita
Thu, 29 Sep 2022 07:55:03 +0000 (16:55 +0900)
committerEtsuro Fujita
Thu, 29 Sep 2022 07:55:03 +0000 (16:55 +0900)
commitfc9eb3f0c382dee11099ff400ff29f4b0132f16b
tree9b7334bd6d89d9ca5a774338e0aa0a56dcef50b7
parent81c094bd93763f76190c2a78e13cae03e15b7432
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