Move enum RecoveryTargetAction to xlogrecovery.h Commit 70e81861fadd split out xlogrecovery.c/h and moved some enums related to recovery targets to xlogrecovery.h. However, it seems that the enum RecoveryTargetAction was inadvertently left out by that commit. This commit moves it to xlogrecovery.h for consistency.
Author: Kyotaro Horiguchi <horikyota....@gmail.com> Discussion: https://postgr.es/m/20240904.173013.1132986940678039655.horikyota....@gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/196063d6761d2c8d6f78cc03afad08efc95a0708 Modified Files -------------- src/include/access/xlog_internal.h | 10 ---------- src/include/access/xlogrecovery.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-)