Move recovery injector astreamer to a separate header file.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/astreamer.h | modified | +0 −6 |
| src/bin/pg_basebackup/astreamer_inject.c | modified | +1 −1 |
| src/bin/pg_basebackup/astreamer_inject.h | added | +24 −0 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +1 −1 |
Discussion
- pg_verifybackup: TAR format backup verification 51 messages · 2024-07-09 → 2024-10-03