Re: PG 13 release notes, first draft

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: PG 13 release notes, first draft
Дата
Msg-id 20200506063910.GA515983@rfd.leadboat.com
обсуждение исходный текст
Ответ на PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, May 04, 2020 at 11:16:00PM -0400, Bruce Momjian wrote:
> Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah Misch)

Kyotaro Horiguchi authored that one.  (I committed it.)  The commit message
noted characteristics, some of which may deserve mention in the notes:

- Crash recovery was losing tuples written via COPY TO.  This fixes the bug.
- Out-of-tree table access methods will require changes.
- Users setting a timeout on COMMIT may need to adjust that timeout, and
  log_min_duration_statement analysis will reflect time consumption moving to
  COMMIT from commands like COPY.
- COPY has worked this way for awhile; this extends it to all modifications.



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

Предыдущее
От: "Andrey M. Borodin"
Дата:
Сообщение: Re: PG 13 release notes, first draft
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Own index methods