1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Done, removed:

<
< * Consider padding the spinlock structure to have spinlock registers
<   on different CPU cache line
<
<   http://archives.postgresql.org/pgsql-hackers/2005-10/msg00498.php
This commit is contained in:
Bruce Momjian
2006-06-15 02:23:13 +00:00
parent 8b9bc234ad
commit f8cdc265ea
2 changed files with 2 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Wed Jun 14 19:18:55 EDT 2006
Last updated: Wed Jun 14 22:23:10 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1264,11 +1264,6 @@ Miscellaneous Performance
* Research storing disk pages with no alignment/padding
* Consider padding the spinlock structure to have spinlock registers
on different CPU cache line
http://archives.postgresql.org/pgsql-hackers/2005-10/msg00498.php
Source Code
===========