pgsql: Add comment for why we recompile pgport C files.

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add comment for why we recompile pgport C files.
Дата
Msg-id 20060409202727.3A8E711F65B4@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add comment for why we recompile pgport C files.

# Need to recomple any libpgport object files because we need these
# object files to use the same compile flags as libpq.  If we used
# the object files from libpgport, this would not be true on all
# platforms.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        Makefile (r1.141 -> r1.142)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.141&r2=1.142)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: < * Experiment with multi-threaded backend [thread] > *
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix another const-decoration mismatch, per Magnus.