Re: change in behaviour for format_type() call

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: change in behaviour for format_type() call
Дата
Msg-id 16285.1519922407@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: change in behaviour for format_type() call  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: change in behaviour for format_type() call  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: change in behaviour for format_type() call  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Список pgsql-hackers
I wrote:
> I don't see anything in the commit message or linked discussion to
> indicate that any visible behavior change was intended, so I think
> you're right, this is a bug.  Will check and push your patch.

Actually, this patch still wasn't quite right: although it fixed
one aspect of the behavior, it still produced identical results
for typemod NULL and typemod -1, which as the function's comment
explains is not what should happen.  I tweaked the logic to look
as much as possible like before, and added a regression test.

            regards, tom lane


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

Предыдущее
От: Curt Tilmes
Дата:
Сообщение: Re: [PATCH] Find additional connection service files inpg_service.conf.d directory
Следующее
От: Alexander Kuzmenkov
Дата:
Сообщение: Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate.