]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update comment in ExecInsert() regarding batch insertion.
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 29 Sep 2022 07:55:01 +0000 (16:55 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 29 Sep 2022 07:55:01 +0000 (16:55 +0900)
commitd460faf00285fd99d3c80e890c8f6fe798233b48
tree9c08224247711953092d3a8521ad90c8b60dcf91
parentf7ae8a2e186ca27f4ea64fddc21bfabaf0618507
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