On Thu, May 8, 2014 at 12:29 PM, Andres Freund <and...@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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to