Reduce basebackup_sink.h inclusion footprint
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Oct 2022 07:42:20 +0000 (09:42 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Oct 2022 07:42:20 +0000 (09:42 +0200)
This file doesn't need xlog_internal.h, only xlogdefs.h.

src/include/backup/basebackup_sink.h

index a1cd24ce8146221acd024148a3c1e30ea462a13b..f761bc09425ccdbe50a6193ef64738456269384f 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef BASEBACKUP_SINK_H
 #define BASEBACKUP_SINK_H
 
-#include "access/xlog_internal.h"
+#include "access/xlogdefs.h"
 #include "common/compression.h"
 #include "nodes/pg_list.h"