pgsql: Fix get_object_namespace() not to think extensions are "in" a sc

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix get_object_namespace() not to think extensions are "in" a sc
Дата
Msg-id E1RGjv7-0006Dg-Kd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix get_object_namespace() not to think extensions are "in" a schema.

extnamespace means something altogether different in this context.
Mostly by accident, this coding error (introduced in my commit
82a4a777d94bec965ab2f1d04b6e6a3f0447b377) broke the buildfarm instead
of just silently doing the wrong thing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f3362d4b7430079bb53a954e372955eb285cf52

Modified Files
--------------
src/backend/catalog/objectaddress.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix memory leak in tab completion.