pgsql: Upgrade localbuf.c to use a hash table instead of linear search

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Upgrade localbuf.c to use a hash table instead of linear search
Дата
Msg-id 20050319173944.0F57956387@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Upgrade localbuf.c to use a hash table instead of linear search to
find already-allocated local buffers.  This is the last obstacle
in the way of setting NLocBuffer to something reasonably large.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        localbuf.c (r1.64 -> r1.65)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c.diff?r1=1.64&r2=1.65)

В списке pgsql-committers по дате отправления:

Предыдущее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: can't run cvs status if we are in export
Следующее
От: pjmodos@pgfoundry.org (User Pjmodos)
Дата:
Сообщение: docbot - docbot: Check if url-key pair already exists before inserting