pgsql/src backend/access/transam/xact.c backen ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src backend/access/transam/xact.c backen ...
Дата
Msg-id 20020315192037.78E9E475AB1@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/03/15 14:20:36

Modified files:
    src/backend/access/transam: xact.c xlog.c
    src/backend/bootstrap: bootstrap.c
    src/backend/commands: sequence.c
    src/backend/postmaster: postmaster.c
    src/include/access: xlog.h

Log message:
    Repair two problems with WAL logging of sequence nextvalI() ops, as
    per recent pghackers discussion: force a new WAL record at first nextval
    after a checkpoint, and ensure that xlog is flushed to disk if a nextval
    record is the only thing emitted by a transaction.


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc/src/sgml sql.sgml
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/interfaces/ecpg/preproc pgc.l preproc.y