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

From vignesh C
Subject Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica
Date
Msg-id CALDaNm20Q83NcM70zgCOW63Uo_z6uS1+a-K+=nwp96+Ty_jEJg@mail.gmail.com
Whole thread Raw
In response to Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica  (m.litsarev@postgrespro.ru)
Responses Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica
List pgsql-hackers
On Fri, 28 Feb 2025 at 19:37, <m.litsarev@postgrespro.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



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Wrong results with subquery pullup and grouping sets
Next
From: Amit Kapila
Date:
Subject: Re: Selectively invalidate caches in pgoutput module