Unqualified pg_catalog casts in pg_dump

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Unqualified pg_catalog casts in pg_dump
Дата
Msg-id 4AFB8CAD-3D7A-4231-AE42-3B71725A7EC1@yesql.se
обсуждение исходный текст
Ответы Re: Unqualified pg_catalog casts in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
When looking at something different, I happened to notice that pg_dump is a bit
inconsistent in how it qualifies casts to pg_catalog entities like regclass and
oid.  Most casts are qualified, but not all.  Even though it functionally is
the same, being consistent is a good thing IMO and I can't see a reason not to,
so the attached patch adds qualifications (the unqualified regclass cast in the
TAP test left on purpose).

cheers ./daniel


Вложения

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

Предыдущее
От: Andy Fan
Дата:
Сообщение: [PATCH] Keeps tracking the uniqueness with UniqueKey
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: backup manifests