pgsql/src/backend/access/transam xlog.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/access/transam xlog.c
Дата
Msg-id 200103172054.f2HKsE940141@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/03/17 15:54:13

Modified files:
    src/backend/access/transam: xlog.c

Log message:
    Rearrange XLogFileInit so that control-file spinlock is not held while filling
    the new log file with zeroes, only while renaming it into place.  This should
    prevent problems with 'stuck spinlock' errors under heavy load.


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: [WEBMASTER] 'www/html news.html'
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/contrib/intarray Makefile README.intarra ...