compile failure in hba.c

Started by Kurt Roeckxover 22 years ago2 messages
#1Kurt Roeckx
Q@ping.be

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kurt Roeckx (#1)
Re: compile failure in hba.c

Kurt Roeckx <Q@ping.be> writes:

In hba.c, line 1394 is missing two )

Yeah, my fault :-(. Should be fixed as of a few hours ago --- do you
see any others?

regards, tom lane