Re: Consistently use the XLogRecPtrIsInvalid() macro

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Michael Paquier <michael(at)paquier(dot)xyz>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Quan Zongliang <quanzongliang(at)yeah(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Consistently use the XLogRecPtrIsInvalid() macro
Date: 2025-10-31 07:41:46
Message-ID: e374dce4-9020-489b-80c2-d41d8c06f3d4@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 31.10.25 05:31, Bertrand Drouvot wrote:
> For PG19, we could:
>
> Add a comment in the code documenting that XLogRecPtrIsInvalid() is deprecated
> and that we will enforce a "deprecated" attribute on it in PG24.

Just a code comment for now seems reasonable. I wouldn't make any
predictions about the future in code comments, though.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Quan Zongliang 2025-10-31 07:44:54 Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement
Previous Message Quan Zongliang 2025-10-31 07:27:15 Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement