Split hash.h → hash_xlog.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 29 Aug 2016 21:48:02 +0000 (18:48 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 29 Aug 2016 21:55:49 +0000 (18:55 -0300)
commit8e1e3f958fb3749fe01e9f2473f4554859c685a8
tree3d0e396071a33dee2d3bee17bf0576c8c37ee0b7
parent9b7cd59af1afcfbd786921d5cf73befb5fefa2f7
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
src/backend/access/hash/hash.c
src/backend/access/rmgrdesc/hashdesc.c
src/backend/access/transam/rmgr.c
src/bin/pg_xlogdump/rmgrdesc.c
src/include/access/hash.h
src/include/access/hash_xlog.h [new file with mode: 0644]