pgsql: Link postgres from all object files at once, to avoid the

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Link postgres from all object files at once, to avoid the
Дата
Msg-id 20080225175542.9FF5A754108@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Link postgres from all object files at once, to avoid the
Список pgsql-committers
Log Message:
-----------
Link postgres from all object files at once, to avoid the error-prone
SUBSYS.o step and allow for better optimization by the linker.

Instead of partial linking into SUBSYS.o, the list of object files is
assembled in objfiles.txt files that are expanded when the final
linking is done.

Because we are not yet sure how long command lines different platforms
can handle, the old way of linking is still available, by defining the
make variable PARTIAL_LINKING (e.g., make all PARTIAL_LINKING=1).  If
we determine that this is necessary for some platforms, then we will
document this in a more prominent place.

Modified Files:
--------------
    pgsql/src/backend:
        Makefile (r1.125 -> r1.126)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile?r1=1.125&r2=1.126)
        common.mk (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/common.mk?r1=1.1&r2=1.2)

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