Hello! found bug in sql_postgresql.c:206 diff sql_postgresql.c.orig sql_postgresql.c 206c206 < return -1; --- > return SQL_DOWN;
i.e. Error: rlm_sql_postgresql: PostgreSQL Query failed Error: no connection to the server but function sql_query returned -1 (bad idea :) now it returned SQL_DOWN (also bad idea, but better than that was :) this problem raised when sql temporary is down )) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
