pgsql: Don't use bits32 in table AM interface - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Don't use bits32 in table AM interface
Date
Msg-id E1w7G7n-002B7s-1i@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: pgsql: Thread flags through begin-scan APIs
Next
From: Melanie Plageman
Date:
Subject: pgsql: Pass down information on table modification to scan nodes