pgsql-server: Update item: < * Implement dirty reads or shared row - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server: Update item: < * Implement dirty reads or shared row
Date
Msg-id 20040824110945.31FBB5E4844@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update item:

< * Implement dirty reads or shared row locks and use them in RI triggers (?)
> * Implement dirty reads or shared row locks and use them in RI triggers
>
>   Adding shared locks requires recording the table/rows numbers in a
>   shared area, and this could potentially be a large amount of data.
>   One idea is to store the table/row numbers in a separate table and set
>   a bit on the row indicating looking in this new table is required to
>   find any shared row locks.
>

Modified Files:
--------------
    pgsql-server/doc:
        TODO (r1.1342 -> r1.1343)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1342&r2=1.1343)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql-server: Various minor improvements to the SGML documentation: fix
Next
From: "Marc G. Fournier"
Date:
Subject: Re: pgsql-server: Update that 8.0 will support MS Win