compile failure in hba.c

From: Kurt Roeckx <Q(at)ping(dot)be>
To: pgsql-hackers(at)postgresql(dot)org
Subject: compile failure in hba.c
Date: 2003-07-22 21:55:02
Message-ID: 20030722215502.GA22213@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In hba.c, line 1394 is missing two )

if (pass == NULL)
{
ereport(LOG,
(errmsg("local user with uid %d is not known to getpwuid",
(int) peercred.uid);
^^^^^^
return false;
}

Kurt

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-07-22 22:17:19 Re: initdb fails: problem with array?
Previous Message Marcus Brger 2003-07-22 21:50:39 Re: autocommit in 7.4