Re: initdb -S and tablespaces

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: initdb -S and tablespaces
Дата
Msg-id 37007.1430438177@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: initdb -S and tablespaces  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: initdb -S and tablespaces  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Apr 30, 2015 at 6:44 PM, Alvaro Herrera
> <alvherre@2ndquadrant.com> wrote:
>> Ah, so that's not the duplicate code that I was remembering -- I think
>> it's walkdir() or something like that, which is in initdb IIRC.

> Yeah, walkdir() is there too.  But if we're going to add that to the
> backend, I think it should go in src/backend/storage/file, not
> src/backend/access/transam.

Agreed that .../transam is a pretty horrid choice; but maybe we should
be thinking about putting it in src/common, so there's only one copy?

As for the notion that this needs to be back-patched, I would say no.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Use outerPlanState() consistently in executor code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Use outerPlanState() consistently in executor code