Re: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in
Дата
Msg-id 29750.1285711017@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Bruce Momjian <bruce@momjian.us> writes:
> In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally
> rather than atol().

It would be a lot better if this code adhered to the project-standard
coding convention of defining and using an atooid() macro for the
purpose of converting text representations of OIDs to bits.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve messages for too many private files/dirs. Per Alexey Pa