Re: "serializable" in comments and names - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: "serializable" in comments and names
Date
Msg-id 4C7FB12202000025000350B2@gw.wicourts.gov
Whole thread Raw
In response to Re: "serializable" in comments and names  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> +1 for adding parens; we might want to make a function of it
> someday.
Makes sense; will do.
> I don't much like the "XactUses..." aspect of it; that's just
> about meaningless, because almost everything in PG could be said
> to be "used" by a transaction.  How about
> IsolationUsesXactSnapshot (versus IsolationUsesStmtSnapshot)?
And IsolationIsSerializable to make that test symmetrical?
Any objections to this plan?
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "serializable" in comments and names
Next
From: subham@cse.iitb.ac.in
Date:
Subject: Needs Suggestion