postgresql/src/backend/backup
Fujii Masao 173c97812f Use XLOG_CONTROL_FILE macro consistently for control file name.
The XLOG_CONTROL_FILE macro (defined in access/xlog_internal.h)
represents the control file name. While some parts of the codebase already
use this macro, others previously hardcoded the file name as a string.

This commit replaces those hardcoded strings with the macro,
ensuring consistent usage throughout the code. This makes future
maintenance easier and improves searchability, for example when
grepping for control file usage.

Author: Anton A. Melnikov <a.melnikov@postgrespro.ru>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: Masao Fujii <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/0841ec77-47e5-452a-adb4-c6fa55d605fc@postgrespro.ru
2025-04-07 09:27:33 +09:00
..
backup_manifest.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup.c Use XLOG_CONTROL_FILE macro consistently for control file name. 2025-04-07 09:27:33 +09:00
basebackup_copy.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_gzip.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_incremental.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
basebackup_lz4.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
basebackup_progress.c Update copyright for 2025 2025-01-01 11:21:55 -05: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