Re: Improve the connection failure error messages - Mailing list pgsql-hackers

From Peter Smith
Subject Re: Improve the connection failure error messages
Date
Msg-id CAHut+PtiJXW3ZUh7-6x=9LRazOAYvFcf9GyBWvbb0_W2vw7Fvw@mail.gmail.com
Whole thread Raw
In response to Re: Improve the connection failure error messages  (Nisha Moond <nisha.moond412@gmail.com>)
Responses Re: Improve the connection failure error messages
List pgsql-hackers
FYI -- some more code has been pushed since this patch was last
updated. AFAICT perhaps you'll want to update this patch again for the
following new connection messages on HEAD:

- slotfuncs.c [1]
- slotsync.c [2]

----------
[1]
https://github.com/postgres/postgres/blob/0b84f5c419a300dc1b1a70cf63b9907208e52643/src/backend/replication/slotfuncs.c#L989
[2]
https://github.com/postgres/postgres/blob/0b84f5c419a300dc1b1a70cf63b9907208e52643/src/backend/replication/logical/slotsync.c#L1258

Kind Regards,
Peter Smith.
Fujitsu Australia



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Introduce XID age and inactive timeout based replication slot invalidation
Next
From: Michael Paquier
Date:
Subject: Re: type cache cleanup improvements