pgsql: Use correctly-sized buffer when zero-filling a WAL file.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Use correctly-sized buffer when zero-filling a WAL file.
Дата
Msg-id E1WaKHL-0000dC-LQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use correctly-sized buffer when zero-filling a WAL file.

I mixed up BLCKSZ and XLOG_BLCKSZ when I changed the way the buffer is
allocated a couple of weeks ago. With the default settings, they are both
8k, but they can be changed at compile-time.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8c0cacae257de262815a46541974eacec9ccca40

Modified Files
--------------
src/backend/access/transam/xlog.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: psql: conditionally display oids and replication identity
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use correctly-sized buffer when zero-filling a WAL file.