Fix object identities for pg_conversion objects
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/objectaddress.c | modified | +5 −1 |
| src/test/regress/expected/object_address.out | modified | +1 −1 |