]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update item:
authorBruce Momjian <bruce@momjian.us>
Tue, 24 Aug 2004 11:09:44 +0000 (11:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 24 Aug 2004 11:09:44 +0000 (11:09 +0000)
commit4359ebed37b2387c7ef7c4fe078992ccc789ee93
tree74031ceeb82515d82fbdc458e7b4ed88b5da0629
parentcda1bd6cfe8cad9943f0c1991b690313b5be9bef
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.
>
doc/TODO