make ExecInsertIndexTuples arguments less bad
Álvaro Herrera <alvherre@kurilemu.de>
From: Álvaro Herrera <alvherre@kurilemu.de>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-02-11T19:07:39Z
Lists: pgsql-hackers
Attachments
- 0001-Split-out-ExecInsertIndexTuples-arguments.patch (text/x-diff)
Hello, The arguments to ExecInsertIndexTuples() are rather unhelpful to read; patching them is messy and hard to follow. How about we reuse the pattern we used in commit f831d4accda0 to make them less bad? I think the code is much nicer to read this way. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "If you have nothing to say, maybe you need just the right tool to help you not say it." (New York Times, about Microsoft PowerPoint)
Commits
-
Use a bitmask for ExecInsertIndexTuples options
- b7271aa1d71a 19 (unreleased) landed
-
Add ArchiveOpts to pass options to ArchiveEntry
- f831d4accda0 12.0 cited