Обсуждение: pgsql: Fix object identities for text search objects

Поиск
Список
Период
Сортировка

pgsql: Fix object identities for text search objects

От
Alvaro Herrera
Дата:
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(-)