pgsql-server/src include/port.h port/thread.c

Lists: pgsql-committers
From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src include/port.h port/thread.c
Date: 2003-09-05 17:43:40
Message-ID: 20030905174340.3A136D1D3E3@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/09/05 14:43:40

Modified files:
src/include : port.h
src/port : thread.c

Log message:
ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.

Needed for libpq builds, not just for native Win32 port, and probably
for cygwin too.


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src include/port.h port/thread.c
Date: 2003-09-06 01:36:51
Message-ID: 20030905223641.C51587@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers


goign to commit this to the WIN32_DEV branch too? :)

On Fri, 5 Sep 2003, Bruce Momjian wrote:

> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/09/05 14:43:40
>
> Modified files:
> src/include : port.h
> src/port : thread.c
>
> Log message:
> ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.
>
> Needed for libpq builds, not just for native Win32 port, and probably
> for cygwin too.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src include/port.h port/thread.c
Date: 2003-09-06 01:51:41
Message-ID: 200309060151.h861pfN26467@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Marc G. Fournier wrote:
>
> goign to commit this to the WIN32_DEV branch too? :)
>
> On Fri, 5 Sep 2003, Bruce Momjian wrote:
>
> > CVSROOT: /cvsroot
> > Module name: pgsql-server
> > Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/09/05 14:43:40
> >
> > Modified files:
> > src/include : port.h
> > src/port : thread.c
> >
> > Log message:
> > ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.
> >
> > Needed for libpq builds, not just for native Win32 port, and probably
> > for cygwin too.

Yes. Actually, I put in a bunch of non-MinGW WIN32 fixes in the past few
days, so I am going to get CVS head to compile under MinGW, as it used
to do, then backpatch the entire thing into the WIN32 branch. I assume
there isn't an easy way to do that.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src include/port.h port/thread.c
Date: 2003-09-06 02:57:30
Message-ID: 20030905235711.M51587@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

On Fri, 5 Sep 2003, Bruce Momjian wrote:

> Marc G. Fournier wrote:
> >
> > goign to commit this to the WIN32_DEV branch too? :)
> >
> > On Fri, 5 Sep 2003, Bruce Momjian wrote:
> >
> > > CVSROOT: /cvsroot
> > > Module name: pgsql-server
> > > Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/09/05 14:43:40
> > >
> > > Modified files:
> > > src/include : port.h
> > > src/port : thread.c
> > >
> > > Log message:
> > > ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.
> > >
> > > Needed for libpq builds, not just for native Win32 port, and probably
> > > for cygwin too.
>
> Yes. Actually, I put in a bunch of non-MinGW WIN32 fixes in the past few
> days, so I am going to get CVS head to compile under MinGW, as it used
> to do, then backpatch the entire thing into the WIN32 branch. I assume
> there isn't an easy way to do that.

my understanding is that its easy to bring *up* from a branch, but don't
knwo about pushing down into one ...