Re: A couple logical decoding fixes/patches

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: A couple logical decoding fixes/patches
Дата
Msg-id CA+TgmoaEmr6U+QNzZQKO_YjYpkJ4DHHchyhctJYWerqSFp8ksg@mail.gmail.com
обсуждение исходный текст
Ответ на A couple logical decoding fixes/patches  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: A couple logical decoding fixes/patches
Список pgsql-hackers
On Thu, May 8, 2014 at 12:29 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> Patch 01: Fix a couple of embarassing typos. Most of them harmless, but
> one isn't and can lead to crashing or decoding wrong data.

Committed.

> Patch 02: Don't crash with an Assert() failure if wal_level=logical but
> max_replication_slots=0.

Committed.

> Patch 03: Add valgrind suppression for writing out padding bytes. That's
> better than zeroing the data from the get go because unitialized
> accesses are still detected.

I have no understanding of valgrind suppressions.  I can commit this
blindly if nobody else wants to pick it up.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: default opclass for jsonb (was Re: Call for GIST/GIN/SP-GIST opclass documentation)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: 9.4 release notes