Re: RecoveryTargetAction is left out in xlog_interna.h

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: RecoveryTargetAction is left out in xlog_interna.h
Date: 2025-07-23 09:08:23
Message-ID: 202507230908.5i2rzwxymgdu@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 recovery targets to
> xlogrecovery.h. However, it appears that enum RecoveryTargetAction was
> inadvertently left behind in that commit.

True. Pushed. I felt backpatching was unnecessary, even though the
mistake is old.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-07-23 09:12:08 RE: 024_add_drop_pub.pl might fail due to deadlock
Previous Message Srinath Reddy Sadipiralla 2025-07-23 08:45:28 Re: display hot standby state in psql prompt