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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: We only need to add thread.c on non-WIN32 platforms, since
Date: 2006-04-29 20:13:07
Message-ID: 20060429201307.85F5E11F629E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-04-29 20:47:31 pgsql: Rearrange some configure.in comments for better readability.
Previous Message Tom Lane 2006-04-29 19:27:51 Re: pgsql: Add Win32 semaphore implementation, rather than mimicking SysV