Re: RecoveryTargetAction is left out in xlog_interna.h

2025-07-23 Thread Álvaro Herrera
On 2024-Sep-04, Kyotaro Horiguchi wrote: > Hello, > > While reviewing a patch, I noticed that enum RecoveryTargetAction is > still in xlog_internal.h, even though it seems like it should be in > xlogrecovery.h. Commit 70e81861fa separated out xlogrecovery.c/h and > moved several enums related to

RecoveryTargetAction is left out in xlog_interna.h

2024-09-04 Thread Kyotaro Horiguchi
Hello, While reviewing a patch, I noticed that enum RecoveryTargetAction is still in xlog_internal.h, even though it seems like it should be in xlogrecovery.h. Commit 70e81861fa separated out xlogrecovery.c/h and moved several enums related to recovery targets to xlogrecovery.h. However, it appear