pgsql: Fix object identities for text search objects - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix object identities for text search objects
Date
Msg-id E1WaXMO-0005K7-PB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0bf52bd990f324440c1cb9cc88e69ba7b9688410

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix contrib/postgres_fdw's remote-estimate representation of arr
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix object identities for text search objects