Re: [HACKERS] Moving tablespaces

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Moving tablespaces
Дата
Msg-id 19894.1323184352@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Moving tablespaces  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: [HACKERS] Moving tablespaces  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-docs
Magnus Hagander <magnus@hagander.net> writes:
> AFAICT, it should be as simple as the attached.

Oh, one other thought is that the function body has to be
conditionalized on HAVE_READLINK (the fact that you forgot that
somewhere else isn't an excuse for not doing it here).  IIRC,
only the two built-in tablespaces can exist when not HAVE_READLINK,
so it seems sufficient to handle those cases and then PG_RETURN_NULL
(or maybe throw error) when not HAVE_READLINK.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Moving tablespaces
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] Moving tablespaces