Re: printing oid with %d

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: printing oid with %d
Дата
Msg-id 1185272.1595946954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: printing oid with %d  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: printing oid with %d
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> Good catch.  Yep, Oids are unsigned.  We don't backpatch such things
> usually, do we?  Particularly, this one should not be triggerable
> normally because no code paths should call JsonEncodeDateTime() with
> an unsupported type Oid.

Yeah, given that it should be an unreachable case, there's likely
no need to back-patch.

            regards, tom lane



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

Предыдущее
От: Asif Rehman
Дата:
Сообщение: Re: proposal: unescape_text function
Следующее
От: Hamid Akhtar
Дата:
Сообщение: Re: Rethinking opclass member checks and dependency strength