Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010e814 commit d8f88f0Copy full SHA for d8f88f0
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Fri Oct 12 12:13:58 EDT 2001
+Last updated: Fri Oct 12 12:29:28 EDT 2001
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -327,6 +327,9 @@ MISCELLANEOUS
327
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
328
* Make secondary WAL page write()'s write only modified data
329
* -Improve spinlock code [performance] (Tom)
330
+* Do listen() in postmaster and accept() in pre-forked backend
331
+* Have pre-forked backend pre-connect to last requested database or pass
332
+ file descriptor to backend pre-forked for matching database
333
334
SOURCE CODE
335
-----------
0 commit comments