From b3d7d6e462fce56ec68ca8dd5424f36f630c60f6 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Sun, 30 Jan 2022 12:25:24 -0300 Subject: 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 Discussion: https://postgr.es/m/CALj2ACVe-W+WM5P44N7eG9C2_FmaeM8Dq5aCnD3fHt0Ba=WR6w@mail.gmail.com --- src/backend/storage/freespace/freespace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/storage/freespace/freespace.c') diff --git a/src/backend/storage/freespace/freespace.c b/src/backend/storage/freespace/freespace.c index c88cb91f06a..78c073b7c98 100644 --- a/src/backend/storage/freespace/freespace.c +++ b/src/backend/storage/freespace/freespace.c @@ -24,6 +24,7 @@ #include "postgres.h" #include "access/htup_details.h" +#include "access/xloginsert.h" #include "access/xlogutils.h" #include "miscadmin.h" #include "storage/freespace.h" -- cgit v1.2.3