pgsql: Ensure that all details of the ARC algorithm are hidden within

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Ensure that all details of the ARC algorithm are hidden within
Дата
Msg-id 20050203233024.2DFE88B9EFB@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Ensure that all details of the ARC algorithm are hidden within freelist.c.
This refactoring does not change any algorithms or data structures, just
remove visibility of the ARC datastructures from other source files.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        buf_init.c (r1.70 -> r1.70.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/buf_init.c.diff?r1=1.70&r2=1.70.4.1)
        buf_table.c (r1.38 -> r1.38.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/buf_table.c.diff?r1=1.38&r2=1.38.4.1)
        freelist.c (r1.49 -> r1.49.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/freelist.c.diff?r1=1.49&r2=1.49.4.1)
    pgsql/src/include/storage:
        buf_internals.h (r1.75 -> r1.75.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/buf_internals.h.diff?r1=1.75&r2=1.75.4.1)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Ensure that all details of the ARC algorithm are hidden within
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix minor thinko in logic to set dump order when dumping from a