Fix object identities for pg_conversion objects We were neglecting to schema-qualify them.
Backpatch to 9.3, where object identities were introduced as a concept by commit f8348ea32ec8. Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/a196e67f930e0fef10928928122770d59b14b653 Modified Files -------------- src/backend/catalog/objectaddress.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
