Don't use bits32 in table AM interface
Álvaro Herrera <alvherre@kurilemu.de>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +4 −4 |
| src/backend/access/heap/heapam_handler.c | modified | +2 −2 |
| src/include/access/heapam.h | modified | +2 −2 |
| src/include/access/tableam.h | modified | +8 −8 |