1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Move recovery injector astreamer to a separate header file.

Unlike the rest of the astreamer (formerly bbstreamer) infrastructure
which is reusable by other tools, astreamer_inject.c seems extremely
specific to pg_basebackup. Hence, move the corresponding declarations
to a separate header file, so that we can move the rest of the code
without moving this.

Amul Sul, reviewed by Sravan Kumar and by me.

Discussion: http://postgr.es/m/CAAJ_b94StvLWrc_p4q-f7n3OPfr6GhL8_XuAg2aAaYZp1tF-nw@mail.gmail.com
This commit is contained in:
Robert Haas
2024-08-05 10:40:23 -04:00
parent 3c90569811
commit 53b2c921a0
4 changed files with 26 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
#include "postgres_fe.h"
#include "astreamer.h"
#include "astreamer_inject.h"
#include "common/file_perm.h"
#include "common/logging.h"