Re: Did someone break CVS?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Did someone break CVS?
Дата
Msg-id 26883.1028513334@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Did someone break CVS?  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> I've removed the arbitrary upper limit on the allowed size of the
> directory path at the same time,

Oh?  Have you fixed *every* place that constrains the length limit of
an XLOG-derived file name?  Just making XLogDir dynamically allocated
will not improve matters, but IMHO make 'em worse because failures will
occur on-the-fly instead of at startup.

In general I think that removing MAX_PG_PATH limits is a rather
pointless exercise --- no one has yet complained that MAX_PG_PATH is too
small.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: cvs changes and broken links
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Did someone break CVS?