Re: Accept invalidation messages before the query starts inside a transaction - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Accept invalidation messages before the query starts inside a transaction
Date
Msg-id 3896877.1726084510@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
Andrei Lepikhov <lepihov@gmail.com> writes:
> I don't know whether to classify this as a bug. The sketch of the patch 
> with an example isolation test is attached.

This seems like an extremely strange place (and an extremely
brute-force way) to insert an AcceptInvalidationMessages call.
Under what circumstances wouldn't we do one or more AIMs later
on, eg while acquiring locks?

            regards, tom lane



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Document DateStyle effect on jsonpath string()
Next
From: Nathan Bossart
Date:
Subject: Re: Pgstattuple on Sequences: Seeking Community Feedback on Potential Patch