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 27f9d6e commit 9c2b1a9Copy full SHA for 9c2b1a9
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Mon Jul 30 12:48:40 EDT 2001
+Last updated: Mon Jul 30 13:58:17 EDT 2001
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -308,7 +308,8 @@ MISCELLANEOUS
308
* Allow logging of query durations
309
* Add hash for evaluating GROUP BY aggregates
310
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
311
-* Create spinlock sleepers queue so everyone doesn't wake up at once
+* Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
312
+ spining to obtain lock on multi-cpu systems
313
* Add queue of backends waiting for spinlock
314
315
SOURCE CODE
0 commit comments