pgsql: Update comment in ExecInsert() regarding batch insertion. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Update comment in ExecInsert() regarding batch insertion.
Date
Msg-id E1odoX0-0006o4-5S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: pgsql: Avoid improbable PANIC during heap_update.
Next
From: Tom Lane
Date:
Subject: pgsql: Use actual backend IDs in pg_stat_get_backend_idset() and friend