pgsql/src/backend/access/transam xlog.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/access/transam xlog.c
Date
Msg-id 200103172054.f2HKsE940141@hub.org
Whole thread Raw
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: [WEBMASTER] 'www/html news.html'
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/contrib/intarray Makefile README.intarra ...