compile failure in hba.c - Mailing list pgsql-hackers

From Kurt Roeckx
Subject compile failure in hba.c
Date
Msg-id 20030722215502.GA22213@ping.be
Whole thread Raw
Responses Re: compile failure in hba.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: initdb fails: problem with array?
Next
From: Andreas Pflug
Date:
Subject: Re: initdb fails: problem with array?