Re: Fix corner case for binary upgrade: extension functions in pg_catalog. - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Fix corner case for binary upgrade: extension functions in pg_catalog.
Date
Msg-id 87mxlv3uom.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Fix corner case for binary upgrade: extension functions in pg_catalog.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
>> Tom Lane <post@gwene.org> writes:
>>> Fix corner case for binary upgrade: extension functions in pg_catalog.
>
>> Do we only want to care about functions here?
>
> Yes.  Functions/aggregates are the only object type where pg_dump tries
> to suppress fetching any information at all about system-owned objects;
> it's the only case where there's so many system objects as to be worth
> the trouble.

Makes for a nice localised fix.  Thanks for explaining (again) :)

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: Fix blatantly uninitialized variable in recent commit.
Next
From: Dimitri Fontaine
Date:
Subject: Re: Usability tweaks for extension commands