Re: RecoveryTargetAction is left out in xlog_interna.h - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: RecoveryTargetAction is left out in xlog_interna.h
Date
Msg-id 202507230908.5i2rzwxymgdu@alvherre.pgsql
Whole thread Raw
List 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/



pgsql-hackers by date:

Previous
From: Srinath Reddy Sadipiralla
Date:
Subject: Re: display hot standby state in psql prompt
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: 024_add_drop_pub.pl might fail due to deadlock