Re: Upcoming 8.0.2 Release

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Upcoming 8.0.2 Release
Date: 2005-03-25 00:01:54
Message-ID: 23007.1111708914@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> I have three pending kerberos patches, two of which are plain bugfixes
> and one which I'd argue is a bugfix around a can't-compile issue, that
> I'd very much like to see in 8.0.2.

Working on these. Don't you have the test backwards here?

***************
*** 436,442 ****

krb5_free_principal(pg_krb5_context, server);

! if (fcntl(sock, F_SETFL, (long) flags))
{
char sebuf[256];

--- 434,440 ----

krb5_free_principal(pg_krb5_context, server);

! if (set_noblock(sock))
{
char sebuf[256];

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-03-25 01:14:59 Re: Upcoming 8.0.2 Release
Previous Message Matthew T. O'Connor 2005-03-24 23:58:00 Re: pg_autovacuum not having enough suction ?