Thread: pgsql: Fix object identities for text search objects

pgsql: Fix object identities for text search objects

From
Alvaro Herrera
Date:
Fix object identities for text search 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/83ab8e32f24542e3ab1f73b24c57cdbed6a4c9e4

Modified Files
--------------
src/backend/catalog/objectaddress.c |   45 ++++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 16 deletions(-)