public inbox for [email protected]
help / color / mirror / Atom feedFrom: Álvaro Herrera <[email protected]>
To: [email protected]
Subject: pgsql: Use a bitmask for ExecInsertIndexTuples options
Date: Tue, 17 Feb 2026 17:46:26 +0000
Message-ID: <[email protected]> (raw)
Use a bitmask for ExecInsertIndexTuples options
... instead of passing a bunch of separate booleans.
Also, rearrange the argument list in a hopefully more sensible order.
Discussion: https://postgr.es/m/[email protected]
Reviewed-by: Andres Freund <[email protected]>
Reviewed-by: Fabrízio de Royes Mello <[email protected]> (older version)
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b7271aa1d71acda712a372213633fdb55c1465c1
Modified Files
--------------
src/backend/commands/copyfrom.c | 14 +++++---------
src/backend/executor/execIndexing.c | 35 +++++++++++++++++-----------------
src/backend/executor/execReplication.c | 30 +++++++++++++++++++++--------
src/backend/executor/nodeModifyTable.c | 28 ++++++++++++++-------------
src/include/executor/executor.h | 15 +++++++++------
5 files changed, 68 insertions(+), 54 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Use a bitmask for ExecInsertIndexTuples options
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox