compile failure in hba.c

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема compile failure in hba.c
Дата
Msg-id 20030722215502.GA22213@ping.be
обсуждение исходный текст
Ответы Re: compile failure in hba.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: initdb fails: problem with array?
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: initdb fails: problem with array?