Thread: compile failure in hba.c

compile failure in hba.c

From
Kurt Roeckx
Date:
In hba.c, line 1394 is missing two )
       if (pass == NULL)       {               ereport(LOG,                               (errmsg("local user with uid
%dis not known to getpwuid",                                               (int) peercred.uid);
  ^^^^^^               return false;       }
 


Kurt



Re: compile failure in hba.c

From
Tom Lane
Date:
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