Snapshot too old logging - Mailing list pgsql-hackers

From Magnus Hagander
Subject Snapshot too old logging
Date
Msg-id CABUevEzYCH5JJaqGrN3Vgwt84DZDC02q5vid7XsauEHf87aPSg@mail.gmail.com
Whole thread Raw
Responses Re: Snapshot too old logging
List pgsql-hackers
Is there a reason why we don't log which relation triggered the snapshot too old error when it happens?

Since we do have Relation available in TestForOldSnapshot_impl(), shouldn't we be able to include it?

Having that in the log message would be very helpful, but is there a reason why it wouldn't work?

--

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Generic type subscription
Next
From: Amit Langote
Date:
Subject: Re: Declarative partitioning - another take