summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/astreamer_inject.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2024-08-05 11:40:29 -0400
committerRobert Haas <rhaas@postgresql.org>2024-08-05 11:41:57 -0400
commitf80b09bac87d6b49f5dbb6131da5fbd9b9773c5c (patch)
tree353896ae8f4a860c269ec705c4f1becddf4f90f1 /src/bin/pg_basebackup/astreamer_inject.h
parent53b2c921a0f9b56465ab65165c1909f9616ffa98 (diff)
Move astreamer (except astreamer_inject) to fe_utils.
This allows the code to be used by other frontend applications. Amul Sul, reviewed by Sravan Kumar, Andres Freund (whose input I specifically solicited regarding the meson.build changes), and me. Discussion: http://postgr.es/m/CAAJ_b94StvLWrc_p4q-f7n3OPfr6GhL8_XuAg2aAaYZp1tF-nw@mail.gmail.com
Diffstat (limited to 'src/bin/pg_basebackup/astreamer_inject.h')
-rw-r--r--src/bin/pg_basebackup/astreamer_inject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/astreamer_inject.h b/src/bin/pg_basebackup/astreamer_inject.h
index 8504b3f5e0d..aeed533862b 100644
--- a/src/bin/pg_basebackup/astreamer_inject.h
+++ b/src/bin/pg_basebackup/astreamer_inject.h
@@ -12,7 +12,7 @@
#ifndef ASTREAMER_INJECT_H
#define ASTREAMER_INJECT_H
-#include "astreamer.h"
+#include "fe_utils/astreamer.h"
#include "pqexpbuffer.h"
extern astreamer *astreamer_recovery_injector_new(astreamer *next,