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 4f952aa commit 11808a9Copy full SHA for 11808a9
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Wed Sep 5 23:46:02 EDT 2001
+Last updated: Thu Sep 6 12:50:35 EDT 2001
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -312,7 +312,7 @@ MISCELLANEOUS
312
* Allow logging of query durations
313
* Add hash for evaluating GROUP BY aggregates
314
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
315
-* Improve spinlock code
+* Improve spinlock code [performance]
316
o use SysV semaphores or queue of backends waiting on the lock
317
o wakeup sleeper or sleep for less than one clock tick
318
o spin for lock on multi-cpu machines, yield on single cpu machines
0 commit comments