postgresql/src/backend/backup
Nathan Bossart 9ea3b6f751 Expand usage of macros for protocol characters.
This commit makes use of the existing PqMsg_* macros in more places
and adds new PqReplMsg_* and PqBackupMsg_* macros for use in
special replication and backup messages, respectively.

Author: Dave Cramer <davecramer@gmail.com>
Co-authored-by: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Euler Taveira <euler@eulerto.com>
Discussion: https://postgr.es/m/aIECfYfevCUpenBT@nathan
Discussion: https://postgr.es/m/CAFcNs%2Br73NOUb7%2BqKrV4HHEki02CS96Z%2Bx19WaFgE087BWwEng%40mail.gmail.com
2025-08-06 13:37:00 -05:00
..
backup_manifest.c Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
basebackup.c Add backup_type column to pg_stat_progress_basebackup. 2025-08-05 10:50:45 -07:00
basebackup_copy.c Expand usage of macros for protocol characters. 2025-08-06 13:37:00 -05:00
basebackup_gzip.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_incremental.c Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
basebackup_lz4.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_progress.c Add backup_type column to pg_stat_progress_basebackup. 2025-08-05 10:50:45 -07:00
basebackup_server.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
basebackup_sink.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_target.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_throttle.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_zstd.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Add support for incremental backup. 2023-12-20 09:49:12 -05:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
walsummary.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
walsummaryfuncs.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00