Re: INSERT ... SELECT ... FOR SHARED? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: INSERT ... SELECT ... FOR SHARED?
Date
Msg-id 10288.1208785727@sss.pgh.pa.us
Whole thread Raw
In response to Re: INSERT ... SELECT ... FOR SHARED?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
>> The lack of regression tests covering this area is a bit annoying
>> at this point.  However, it's hard to see how to test FOR UPDATE
>> until we get some concurrent-sessions support in psql.

> Well, end-to-end testing would e better but we can test that the locks are
> at least being recorded by white-box inspection:

> postgres=# select distinct age(xmax) from tellers;

Huh, that's a cute trick ... and it would answer the immediate problem,
which is to check that the statement did take the row locks it was
supposed to.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: TODO, FAQs to Wiki?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: TODO, FAQs to Wiki?