projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3840978
)
Reduce basebackup_sink.h inclusion footprint
author
Alvaro Herrera
<
[email protected]
>
Wed, 12 Oct 2022 07:42:20 +0000
(09:42 +0200)
committer
Alvaro Herrera
<
[email protected]
>
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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/backup/basebackup_sink.h
b/src/include/backup/basebackup_sink.h
index a1cd24ce8146221acd024148a3c1e30ea462a13b..f761bc09425ccdbe50a6193ef64738456269384f 100644
(file)
--- a/
src/include/backup/basebackup_sink.h
+++ b/
src/include/backup/basebackup_sink.h
@@
-26,7
+26,7
@@
#ifndef BASEBACKUP_SINK_H
#define BASEBACKUP_SINK_H
-#include "access/xlog
_internal
.h"
+#include "access/xlog
defs
.h"
#include "common/compression.h"
#include "nodes/pg_list.h"