Обсуждение: compile failure in hba.c

Поиск
Список
Период
Сортировка

compile failure in hba.c

От
Kurt Roeckx
Дата:
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

От
Tom Lane
Дата:
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