Re: Old small commitfest items

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Old small commitfest items
Дата
Msg-id 20180703013048.GF2159@paquier.xyz
обсуждение исходный текст
Ответ на Old small commitfest items  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: Old small commitfest items
Список pgsql-hackers
On Mon, Jul 02, 2018 at 10:30:11AM -0400, Andrew Dunstan wrote:
> 528 1146 Fix the optimization to skip WAL-logging on table created in
> same transaction

This has been around for an astonishing amount of time...  I don't
recall all the details but rewriting most of the relation sync handling
around heapam for a corner optimization is no fun.  There is no way that
we could go down to elimitate wal_level = minimal, so I am wondering if
we should not silently ignore the optimization if possible instead of
throwing an error.  Perhaps logging a WARNING could make sense.

> 669 847 pgbench - allow to store query results into variables

I think that I could look into this one as well.

> 922 180 Failure at replay for corrupted 2PC files + reduce window
> between end-of-recovery record and history file write

I know this one pretty well :), waiting for reviews, and the patches are
not complicated.

> 1113 68 Replication status in logical replication

I think that I could finish this one as well.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: automatic restore point
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data