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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user