SetQuerySnapshot() for utility statements

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: SetQuerySnapshot() for utility statements
Date: 2000-10-19 04:43:14
Message-ID: 7761.971930594@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rich Ryan 2000-10-19 04:54:17 Index Ops supporting money type
Previous Message Hiroshi Inoue 2000-10-19 04:42:51 Re: time stops within transaction