Re: PATCH: Exclude temp relations from base backup - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: PATCH: Exclude temp relations from base backup
Date
Msg-id 7c1e4911-59bb-7a48-749c-7eac7cd77eb2@sigaev.ru
Whole thread Raw
In response to Re: PATCH: Exclude temp relations from base backup  (David Steele <david@pgmasters.net>)
Responses Re: PATCH: Exclude temp relations from base backup  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Hi!

Will autovacuum (or something else) complain about absense of relfile during 
orphan table deleting? I mean, you get a base backup without temp tables, then 
you try to run postgres on it and will it complain about existing record in 
pg_class and absence of corresponding relfile?


David Steele wrote:
> 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,
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: a way forward on bootstrap data
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors