Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdaec16d

Browse files
committed
Done:
> * -Implement shared row locks and use them in RI triggers
1 parentbedb78d commitdaec16d

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

‎doc/TODO

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Mon Apr25 11:35:24 EDT 2005
5+
Last updated:Fri Apr29 01:02:49 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -603,14 +603,7 @@ Referential Integrity
603603
memory. This could exhaust memory for very large trigger queues.
604604
This item involves dumping large queues into files.
605605

606-
* Implement dirty reads or shared row locks and use them in RI triggers
607-
608-
Adding shared locks requires recording the table/rows numbers in a
609-
shared area, and this could potentially be a large amount of data.
610-
One idea is to store the table/row numbers in a separate table and set
611-
a bit on the row indicating looking in this new table is required to
612-
find any shared row locks.
613-
606+
* -Implement shared row locks and use them in RI triggers
614607
* Enforce referential integrity for system tables
615608
* Change foreign key constraint for array -> element to mean element
616609
in array (?)

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Mon Apr25 11:35:24 EDT 2005
11+
Last updated:Fri Apr29 01:02:49 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -557,13 +557,7 @@ <h1><a name="section_9">Referential Integrity</a></h1>
557557
memory. This could exhaust memory for very large trigger queues.
558558
This item involves dumping large queues into files.
559559
</p>
560-
</li><li>Implement dirty reads or shared row locks and use them in RI triggers
561-
<p> Adding shared locks requires recording the table/rows numbers in a
562-
shared area, and this could potentially be a large amount of data.
563-
One idea is to store the table/row numbers in a separate table and set
564-
a bit on the row indicating looking in this new table is required to
565-
find any shared row locks.
566-
</p>
560+
</li><li>-Implement shared row locks and use them in RI triggers
567561
</li><li>Enforce referential integrity for system tables
568562
</li><li>Change foreign key constraint for array -&gt; element to mean element
569563
in array (?)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp