Re: [HACKERS] ss_family in hba.c

From: Jason Tishler <jason(at)tishler(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Kurt Roeckx <Q(at)ping(dot)be>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, pgsql-cygwin(at)postgreSQL(dot)org
Subject: Re: [HACKERS] ss_family in hba.c
Date: 2003-06-24 12:12:30
Message-ID: 20030624121229.GE2296@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-general pgsql-hackers pgsql-patches

Bruce,

On Mon, Jun 23, 2003 at 07:49:11PM -0400, Bruce Momjian wrote:
> This should fix most platforms. I am not sure how cygwin is going to
> handle this --- we might have to add a specific sa_family_t typedef
> for that platform --- MinGW does have sa_family_t, but probably
> doesn't need it anyway. Testing for the size of sa_family_t is
> possible via configure, but if only cygwin needs it, we can just
> hard-code that platform in the template files. Cygwin folks, would
> you test CVS and let me know.

The above seems to be OK for Cygwin too.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Kurt Roeckx 2003-06-24 17:02:14 Re: [HACKERS] ss_family in hba.c
Previous Message Jason Tishler 2003-06-24 12:09:24 Re: [HACKERS] sa_family_t in cygwin compile of cvs + regression failure

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Oliva 2003-06-24 12:24:10 Re: Eliminating start error message: "unary operator
Previous Message Teodor Sigaev 2003-06-24 11:53:50 Re: tsearch: immutable functions?

Browse pgsql-hackers by date

  From Date Subject
Next Message Yutaka tanida 2003-06-24 12:23:10 Re: lru cache replacement
Previous Message Yutaka tanida 2003-06-24 12:12:08 Re: 2Q implementaion for PostgreSQL buffer replacement.

Browse pgsql-patches by date

  From Date Subject
Next Message Ivar 2003-06-24 12:42:47 bytea char escaping
Previous Message Jason Tishler 2003-06-24 12:03:34 Re: ecpg compile (compatlib)