pgsql: Fix object identities for text search objects

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix object identities for text search objects
Date: 2014-04-16 21:27:12
Message-ID: E1WaXMO-0005K5-O7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/83ab8e32f24542e3ab1f73b24c57cdbed6a4c9e4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-16 22:13:56 pgsql: psql: update --help output for unaligned mode params
Previous Message Tom Lane 2014-04-16 21:22:09 pgsql: Fix contrib/postgres_fdw's remote-estimate representation of arr