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 ------ master Details ------- http://git.postgresql.org/pg/commitdiff/0d906798f680b2dd86cbc8d31ba64685aeb12092 Modified Files -------------- src/backend/catalog/objectaddress.c | 6 +++++- src/test/regress/expected/object_address.out | 2 +- 2 files 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
