diff options
author | Fujii Masao | 2025-04-07 00:27:33 +0000 |
---|---|---|
committer | Fujii Masao | 2025-04-07 00:27:33 +0000 |
commit | 173c97812ffcc48082355df71470974c33379d3f (patch) | |
tree | b2baf34d84037e2b9d70bd9ac7abbb65eb73c5a5 /.github | |
parent | a233a603bab80fdf6da2b4908c98f166273aa0cb (diff) |
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 <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Reviewed-by: Kyotaro Horiguchi <[email protected]>
Reviewed-by: Masao Fujii <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions