Re: pg_upgrade versus MSVC build scripts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_upgrade versus MSVC build scripts
Дата
Msg-id 6774.1273704157@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_upgrade versus MSVC build scripts  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg_upgrade versus MSVC build scripts  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> If we make it /contrib/pg_upgrade_shlibs, will it need a documentation
> page?

I don't see a need for that.  Also, why would you make the directory
name different from the name of the shlib it's building --- or are
you having second thoughts about the present name?

> Can I built multiple shared libs in there if needed?

No, but why would you need more than one?  What you might need
(and can't have with the present hack) is more than one .o file
getting built into the shared library.

> If we put
> it under /contrib/pg_upgrade, can it still be a separate build step? 
> Would that work?

Isn't that the same idea you just proposed?
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade versus MSVC build scripts
Следующее
От: Robert Haas
Дата:
Сообщение: Re: max_standby_delay considered harmful