1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Reduce basebackup_sink.h inclusion footprint

This file doesn't need xlog_internal.h, only xlogdefs.h.
This commit is contained in:
Alvaro Herrera
2022-10-12 09:42:20 +02:00
parent 38409787dc
commit c929b2745f

View 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"