Skip to content

Commit 4359ebe

Browse files
committed
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. >
1 parent cda1bd6 commit 4359ebe

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/TODO

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Mon Aug 23 17:56:39 EDT 2004
8+
Last updated: Tue Aug 24 07:09:37 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -557,7 +557,14 @@ Referential Integrity
557557
memory. This could exhaust memory for very large trigger queues.
558558
This item involves dumping large queues into files.
559559

560-
* Implement dirty reads or shared row locks and use them in RI triggers (?)
560+
* Implement dirty reads or shared row locks and use them in RI triggers
561+
562+
Adding shared locks requires recording the table/rows numbers in a
563+
shared area, and this could potentially be a large amount of data.
564+
One idea is to store the table/row numbers in a separate table and set
565+
a bit on the row indicating looking in this new table is required to
566+
find any shared row locks.
567+
561568
* Enforce referential integrity for system tables
562569
* Change foreign key constraint for array -> element to mean element
563570
in array (?)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy