Changes required so that access/* compiles cleanly...
Marc G. Fournier <scrappy@hub.org>
Changes required so that access/* compiles cleanly... cleaning up behind myself before *yawn* bed :)
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/hash/hash.c | modified | +2 −48 |
| src/backend/access/hash/hashinsert.c | modified | +1 −31 |
| src/backend/access/hash/hashovfl.c | modified | +7 −38 |
| src/backend/access/hash/hashpage.c | modified | +7 −38 |
| src/backend/access/hash/hashscan.c | modified | +1 −32 |
| src/backend/access/hash/hashsearch.c | modified | +2 −36 |
| src/backend/access/hash/hashstrat.c | modified | +1 −32 |
| src/backend/access/hash/hashutil.c | modified | +4 −38 |
| src/backend/access/heap/heapam.c | modified | +3 −38 |
| src/backend/access/heap/hio.c | modified | +1 −34 |
| src/backend/access/heap/stats.c | modified | +3 −28 |
| src/backend/access/index/genam.c | modified | +1 −33 |
| src/backend/access/nbtree/nbtinsert.c | modified | +7 −12 |
| src/backend/access/nbtree/nbtpage.c | modified | +9 −12 |
| src/backend/access/nbtree/nbtree.c | modified | +5 −25 |
| src/backend/access/nbtree/nbtsearch.c | modified | +7 −1 |
| src/backend/access/nbtree/nbtsort.c | modified | +7 −12 |
| src/backend/access/nbtree/nbtutils.c | modified | +6 −13 |
| src/backend/access/rtree/rtree.c | modified | +6 −50 |