pgsql: Don't use bits32 in table AM interface

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use bits32 in table AM interface
Date: 2026-03-30 17:10:04
Message-ID: E1w7G7n-002B7s-1i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use bits32 in table AM interface

Seems there's near-universal dislike for the bitsXX typedefs.
Revert that part of commit 1bd6f22f43ac in favor of using plain uint32.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/349bd8820215528adbd79a31796d205e148734f6

Modified Files
--------------
src/backend/access/heap/heapam.c | 8 ++++----
src/backend/access/heap/heapam_handler.c | 4 ++--
src/include/access/heapam.h | 4 ++--
src/include/access/tableam.h | 16 ++++++++--------
4 files changed, 16 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2026-03-30 17:30:21 pgsql: Pass down information on table modification to scan nodes
Previous Message Melanie Plageman 2026-03-30 16:29:21 pgsql: Thread flags through begin-scan APIs