Re: PATCH: Exclude temp relations from base backup
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Pg Hackers <pgsql-hackers@postgresql.org>,
Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Adam Brightwell <adam.brightwell@crunchydata.com>,
Masahiko Sawada <sawada.mshk@gmail.com>
Date: 2018-03-23T16:54:44Z
Lists: pgsql-hackers
Attachments
- backup-exclude-temp-rel-v3.patch (text/plain) patch v3-0001
On 3/13/18 12:34 PM, David Steele wrote: > Updated the patch to change die() to BAIL_OUT() and use append_to_file() > as suggested for another test patch. Updated patch now that the unlogged table exclusions have been committed [1]. Thanks, -- -David david@pgmasters.net [1] https://www.postgresql.org/message-id/4d9be1c0-5c58-d9a0-7152-2771224910ae%40sigaev.ru
Commits
-
Skip temp tables from basebackup.
- 920a5e500a11 11.0 landed