1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Rename bbstreamer to astreamer.

I (rhaas) intended "bbstreamer" to stand for "base backup streamer,"
but that implies that this infrastructure can only ever be used by
pg_basebackup.  In fact, it is a generally useful way of streaming
data from a tar or compressed tar file, and it could be extended to
work with other archive formats as well if we ever wanted to do that.
Hence, rename it to "astreamer" (archive streamer) in preparation for
reusing the infrastructure from pg_verifybackup (and perhaps
eventually also other utilities, such as pg_combinebackup or
pg_waldump).

This is purely a renaming commit. Comment adjustments and relocation
of the actual code to someplace from which it can be reused are left
to future commits.

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 09:35:42 -04:00
parent 66e94448ab
commit 3c90569811
13 changed files with 860 additions and 860 deletions

View File

@@ -3317,19 +3317,19 @@ bbsink_shell
bbsink_state
bbsink_throttle
bbsink_zstd
bbstreamer
bbstreamer_archive_context
bbstreamer_extractor
bbstreamer_gzip_decompressor
bbstreamer_gzip_writer
bbstreamer_lz4_frame
bbstreamer_member
bbstreamer_ops
bbstreamer_plain_writer
bbstreamer_recovery_injector
bbstreamer_tar_archiver
bbstreamer_tar_parser
bbstreamer_zstd_frame
astreamer
astreamer_archive_context
astreamer_extractor
astreamer_gzip_decompressor
astreamer_gzip_writer
astreamer_lz4_frame
astreamer_member
astreamer_ops
astreamer_plain_writer
astreamer_recovery_injector
astreamer_tar_archiver
astreamer_tar_parser
astreamer_zstd_frame
bgworker_main_type
bh_node_type
binaryheap