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_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/66463a3cf1a567628be29fc9084c4ff51df772cf Modified Files -------------- src/backend/catalog/objectaddress.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
