pgsql: Rewrite gather-write patch into something less obviously bolted

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Rewrite gather-write patch into something less obviously bolted
Дата
Msg-id 20050822235906.44A3CD7270@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Rewrite gather-write patch into something less obviously bolted on
after the fact.  Fix bug with incorrect test for whether we are at end
of logfile segment.  Arrange for writes triggered by XLogInsert's
is-cache-more-than-half-full test to synchronize with the cache boundaries,
so that in long transactions we tend to write alternating halves of the
cache rather than randomly chosen portions of it; this saves one more
write syscall per cache load.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.217 -> r1.218)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.217&r2=1.218)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update documentation that non-super users can now do ALTER OWNER.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix SGML sect1-3 alignment in the 8.0.X series.