pgsql: Set shlib naming convention on Cygwin to 'cygFOO.dll', which

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Set shlib naming convention on Cygwin to 'cygFOO.dll', which
Дата
Msg-id 20050807190208.F14E552BC2@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears
to be the platform standard.  This should fix recursive-rule breakage
due to recent Makefile changes.  Per discussion.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.95 -> r1.96)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.95&r2=1.96)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix count_usable_fds() to stop trying to open files once it
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Remove Argument, improve performance, use __slots__.