Question about an inconsistency - 2

Поиск
Список
Период
Сортировка
От petrum@gmail.com
Тема Question about an inconsistency - 2
Дата
Msg-id 1E415F68-FDFF-48E8-84B0-6362FAF0C98B@gmail.com
обсуждение исходный текст
Ответ на Question about an inconsistency - 1  ("petrum@gmail.com" <petrum@gmail.com>)
Ответы Question about an inconsistency - 3  ("petrum@gmail.com" <petrum@gmail.com>)
Re: Question about an inconsistency - 2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

In file postgresql-9.4.4/src/backend/utils/adt/format_type.c
function format_type_internal line 159, shouldn’t be used
array_base_type instead of type_oid?

In line 153 it is searched for array_base_type and thus
shouldn’t we use it (ie., array_base_type) to report that the
type is not found. It is similar to the case of searching for
type_oid in lines 129-135.

Thanks,
Petru Florin Mihancea



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: sslmode=require fallback
Следующее
От: "petrum@gmail.com"
Дата:
Сообщение: Question about an inconsistency - 3