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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: We only need to add thread.c on non-WIN32 platforms, since
Date
Msg-id 20060429201307.85F5E11F629E@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add Win32 semaphore implementation, rather than mimicking SysV
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rearrange some configure.in comments for better readability.