SetQuerySnapshot() for utility statements - Mailing list pgsql-hackers

From Tom Lane
Subject SetQuerySnapshot() for utility statements
Date
Msg-id 7761.971930594@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
I notice that ProcessUtility() calls SetQuerySnapshot() for FETCH
and COPY TO statements, and nothing else.

Seems to me this is very broken.  Isn't a query snapshot needed for
any utility command that might do database accesses?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: time stops within transaction
Next
From: "Rich Ryan"
Date:
Subject: Index Ops supporting money type