Re: pg_dump doesn't dump binary compatible casts - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: pg_dump doesn't dump binary compatible casts
Date
Msg-id 3F7611EC.6050601@commandprompt.com
Whole thread Raw
In response to Re: pg_dump doesn't dump binary compatible casts  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dump doesn't dump binary compatible casts  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
Hello,
 Don't know if my vote counts here, but ANYTHING that makes pg_dump 
more correct should be
backpatched. It is one thing to have index bloat, it is entirely another 
to not be able to correctly backup
and restore.
 Also did you guys patch the create schema bug? I have a patch I can 
submit if not.

Sincerely,

Joshua Drake


Tom Lane wrote:

>Jan Wieck <JanWieck@Yahoo.com> writes:
>  
>
>>I have more precisely defined "builtin" as "belongs to a schema who's 
>>name starts with pg_", as that is how we distinguish what namespaces get 
>>dumped in the first place.
>>    
>>
>
>Check.
>
>  
>
>>The patch is applied to 7.4 according to being a bug. The same patch 
>>would cleanly apply to 7.3.4 as well, so my question is do we want to 
>>backpatch?
>>    
>>
>
>No objection here.
>
>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>  
>




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improving REINDEX for system indexes (long)
Next
From: Tom Lane
Date:
Subject: Re: ADD FOREIGN KEY (was Re: [GENERAL] 7.4Beta)