Re: "serializable" in comments and names
От | Tom Lane |
---|---|
Тема | Re: "serializable" in comments and names |
Дата | |
Msg-id | 6371.1283454460@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: "serializable" in comments and names ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>) |
Ответы |
Re: "serializable" in comments and names
Re: "serializable" in comments and names |
Список | pgsql-hackers |
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes: > Robert Haas <robertmhaas@gmail.com> wrote: >> XactUsesPerXactSnapshot()? > That seems unambiguous. I think I prefer it to > IsXactIsoLevelXactSnapshotBased, so if there are no objections, I'll > switch to XactUsesPerXactSnapshot. The current code uses a macro > without parentheses; are you suggesting that the new code add those? +1 for adding parens; we might want to make a function of it someday. > Names starting with IsXactIsoLevel seem more technically correct, > but the names get long enough that it seems to me that the meaning > gets a bit lost in the jumble of words -- which is why I like the > shorter suggested name. Any other opinions out there? 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)? regards, tom lane
В списке pgsql-hackers по дате отправления: