Re: pgsql: Make pg_dump exclude unlogged table data on hot standby slaves
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: Magnus Hagander <magnus@hagander.net>
Cc: pgsql-committers@postgresql.org
Date: 2013-01-25T12:31:44Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-backpatch-of-unlogged-table-check-for-pg_dump.patch (text/x-patch) patch 0001
On 2013-01-25 08:49:10 +0000, Magnus Hagander wrote: > Make pg_dump exclude unlogged table data on hot standby slaves This missed the fact that there is no ExecuteSqlQueryForSingleRow and surroundign infrastructure. Fix attached. Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Make pg_dump exclude unlogged table data on hot standby slaves
- 1cc43979cf44 9.1.8 cited