pgsql: Fix object identities for text search objects

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix object identities for text search objects
Дата
Msg-id E1WaXMO-0005K7-PB@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix contrib/postgres_fdw's remote-estimate representation of arr
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix object identities for text search objects