Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica

From: vignesh C <vignesh21(at)gmail(dot)com>
To: m(dot)litsarev(at)postgrespro(dot)ru
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica
Date: 2025-03-12 09:30:02
Message-ID: CALDaNm20Q83NcM70zgCOW63Uo_z6uS1+a-K+=nwp96+Ty_jEJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 28 Feb 2025 at 19:37, <m(dot)litsarev(at)postgrespro(dot)ru> wrote:
>
> Hi,
>
> Fix an error in the patch.

I felt you might have missed attaching the test patches added at [1].
Also the test from [1] is failing with the latest v6 version patch.

This change is not required:
extern void XLogRecGetBlockRefInfo(XLogReaderState *record, bool pretty,

bool detailed_format, StringInfo buf,

uint32 *fpi_len);
-
/*

[1] - https://www.postgresql.org/message-id/4ba66566b84df983c881b996eb8831f1%40postgrespro.ru

Regards,
Vignesh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2025-03-12 09:30:13 Re: Selectively invalidate caches in pgoutput module
Previous Message Dean Rasheed 2025-03-12 09:28:52 Re: Wrong results with subquery pullup and grouping sets