Split hash.h → hash_xlog.h
Alvaro Herrera <alvherre@alvh.no-ip.org>
Split hash.h → hash_xlog.h Since the hash AM is going to be revamped to have WAL, this is a good opportunity to clean up the include file a little bit to avoid including a lot of extra stuff in the future. Author: Amit Kapila
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/hash/hash.c | modified | +1 −0 |
| src/backend/access/rmgrdesc/hashdesc.c | modified | +1 −1 |
| src/backend/access/transam/rmgr.c | modified | +1 −1 |
| src/bin/pg_xlogdump/rmgrdesc.c | modified | +1 −1 |
| src/include/access/hash.h | modified | +0 −6 |
| src/include/access/hash_xlog.h | added | +25 −0 |