Move recovery injector astreamer to a separate header file.

Robert Haas <rhaas@postgresql.org>

Commit: 53b2c921a0f9b56465ab65165c1909f9616ffa98
Author: Robert Haas <rhaas@postgresql.org>
Date: 2024-08-05T14:55:06Z
Releases: 18.0
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

Files

Discussion