Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7de3375

Browse files
committed
Add:
> * Improve logging of prepared statements recovered during startup > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php >
1 parent 595630a commit 7de3375

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Feb 13 21:49:31 EST 2007
5+
Last updated: Tue Feb 13 23:19:33 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -457,6 +457,10 @@ SQL Commands
457457

458458
* Invalidate prepared queries, like INSERT, when the table definition
459459
is altered
460+
* Improve logging of prepared statements recovered during startup
461+
462+
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
463+
460464
* Allow LISTEN/NOTIFY to store info in memory rather than tables?
461465

462466
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Feb 13 21:49:31 EST 2007
11+
Last updated: Tue Feb 13 23:19:33 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -414,6 +414,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
414414
</p>
415415
</li><li>Invalidate prepared queries, like INSERT, when the table definition
416416
is altered
417+
</li><li>Improve logging of prepared statements recovered during startup
418+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a>
419+
</p>
417420
</li><li>Allow LISTEN/NOTIFY to store info in memory rather than tables?
418421
<p> Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
419422
such information in memory would improve performance.

0 commit comments

Comments
 (0)