Re: Simplify set of flags used by MyXactFlags - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Simplify set of flags used by MyXactFlags
Date
Msg-id 20190122003156.GA8719@paquier.xyz
Whole thread Raw
In response to Re: Simplify set of flags used by MyXactFlags  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Simplify set of flags used by MyXactFlags  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Mon, Jan 21, 2019 at 02:58:39PM -0300, Alvaro Herrera wrote:
> "... operated on temp namespace" doesn't look good; seems to me to be
> missing an article, for one thing, but really I'm not sure that
> 'namespace' is the term to be using here.  I'd say "... operated on
> temporary objects" instead (the plural avoids the need for the article;
> and the user doesn't really care about the namespace itself but rather
> about the objects it contains.)

Thanks for the input.  Would you prefer something like the attached
then?  I have switched the error message to "temporary objects", and
renamed the flag to XACT_FLAGS_ACCESSEDTEMPOBJECTS.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Allowing extensions to find out the OIDs of their member objects
Next
From: John Naylor
Date:
Subject: Re: explain plans with information about (modified) gucs