Remove xloginsert.h from xlog.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 30 Jan 2022 15:25:24 +0000 (12:25 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 30 Jan 2022 15:25:24 +0000 (12:25 -0300)
commitb3d7d6e462fce56ec68ca8dd5424f36f630c60f6
treee27f5e6ce59e93b2312751bd8e0cafc4cc59c3f8
parent8e2e0f75869e47b3a429b1251b00b3d6d5861028
Remove xloginsert.h from xlog.h

xlog.h is directly and indirectly #included in a lot of places.  With
this change, xloginsert.h is no longer unnecessarily included in the
large number of them that don't need it.

Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://postgr.es/m/CALj2ACVe-W+WM5P44N7eG9C2_FmaeM8Dq5aCnD3fHt0Ba=WR6w@mail.gmail.com
21 files changed:
contrib/pg_surgery/heap_surgery.c
contrib/pg_visibility/pg_visibility.c
src/backend/access/gist/gist.c
src/backend/access/hash/hash.c
src/backend/access/hash/hashinsert.c
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashpage.c
src/backend/access/heap/pruneheap.c
src/backend/access/heap/vacuumlazy.c
src/backend/access/heap/visibilitymap.c
src/backend/access/nbtree/nbtdedup.c
src/backend/access/nbtree/nbtree.c
src/backend/access/transam/commit_ts.c
src/backend/commands/tablecmds.c
src/backend/replication/logical/message.c
src/backend/replication/logical/origin.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/freespace/freespace.c
src/backend/utils/cache/inval.c
src/backend/utils/init/postinit.c
src/include/access/xlog.h