Reduce basebackup_sink.h inclusion footprint

This file doesn't need xlog_internal.h, only xlogdefs.h.
pull/105/head
Alvaro Herrera 3 years ago
parent 38409787dc
commit c929b2745f
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 2
      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/xlogdefs.h"
#include "common/compression.h"
#include "nodes/pg_list.h"

Loading…
Cancel
Save