Re: protocol-level wait-for-LSN - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: protocol-level wait-for-LSN
Date
Msg-id 20241030.154919.859856957033404666.ishii@postgresql.org
Whole thread Raw
In response to Re: protocol-level wait-for-LSN  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: protocol-level wait-for-LSN
List pgsql-hackers
>>> With this protocol extension, two things are changed:
>>>
>>> - The ReadyForQuery message sends back the current LSN.
>> If other protocol extension X tries to add something to the
>> ReadyForQuery message too, what would happen?
> 
> I think one would have to define that somehow.  If it's useful, the
> additional fields of both extensions could be appended, in some
> defined order.  But this is an interesting question to think about.

I think this kind of extension, which adds new filed to an existing
message type, should be implemented as v4 protocol.

Best reagards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Conflict detection for update_deleted in logical replication
Next
From: Bertrand Drouvot
Date:
Subject: Re: Add isolation test template in injection_points for wait/wakeup/detach