pgsql: We only need to add thread.c on non-WIN32 platforms, since

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: We only need to add thread.c on non-WIN32 platforms, since
Дата
Msg-id 20060429201307.85F5E11F629E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
We only need to add thread.c on non-WIN32 platforms, since get_home_path
doesn't use pqGetpwuid on WIN32.  Rather than try to figure out why it
won't build on WIN32, just remove it.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        Makefile (r1.39 -> r1.40)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile.diff?r1=1.39&r2=1.40)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add Win32 semaphore implementation, rather than mimicking SysV
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rearrange some configure.in comments for better readability.