Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c929b27

Browse files
committed
Reduce basebackup_sink.h inclusion footprint
This file doesn't need xlog_internal.h, only xlogdefs.h.
1 parent 3840978 commit c929b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/backup/basebackup_sink.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef BASEBACKUP_SINK_H
2727
#define BASEBACKUP_SINK_H
2828

29-
#include "access/xlog_internal.h"
29+
#include "access/xlogdefs.h"
3030
#include "common/compression.h"
3131
#include "nodes/pg_list.h"
3232

0 commit comments

Comments
 (0)