pg_upgrade libraries check - Mailing list pgsql-hackers

From Andrew Dunstan
Subject pg_upgrade libraries check
Date
Msg-id 4FBF952D.3080600@dunslane.net
Whole thread Raw
Responses Re: pg_upgrade libraries check
List pgsql-hackers
pg_upgrade is a little over-keen about checking for shared libraries
that back functions. In particular, it checks for libraries that support
functions created in pg_catalog, even if pg_dump doesn't export the
function.

The attached patch mimics the filter that pg_dump uses for functions so
that only the relevant libraries are checked.

This would remove the need for a particularly ugly hack in making the
9.1 backport of JSON binary upgradeable.

cheers

andrew

Attachment

pgsql-hackers by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: [PATCH] Make skipped sort explicit in EXPLAIN ANALYZE
Next
From: Merlin Moncure
Date:
Subject: Re: 9.2beta1, parallel queries, ReleasePredicateLocks, CheckForSerializableConflictIn in the oprofile