search for: pgsqlres

Displaying 2 results from an estimated 2 matches for "pgsqlres".

2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...,270 **** } ast_mutex_init(&postgreslock); ! /* fprintf(stderr,"postgres login OK\n"); */ return(0); } ! static void sql_close(void) { ! PQfinish(dbhandler); } static struct ast_vm_user *find_user(struct ast_vm_user *ivm, char *context, char *mailbox) { PGresult *PGSQLres; --- 269,371 ---- } ast_mutex_init(&postgreslock); ! fprintf(stderr,"postgres login OK\n"); return(0); } ! ! static void sql_append_mailboxes(void) { ! /* ! * Matt Davies (aka JMD) ! * matt@bastionits.com ! * Bastion Information Technology Solutions ! * ! * added sql_app...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...,270 **** } ast_mutex_init(&postgreslock); ! /* fprintf(stderr,"postgres login OK\n"); */ return(0); } ! static void sql_close(void) { ! PQfinish(dbhandler); } static struct ast_vm_user *find_user(struct ast_vm_user *ivm, char *context, char *mailbox) { PGresult *PGSQLres; --- 269,371 ---- } ast_mutex_init(&postgreslock); ! fprintf(stderr,"postgres login OK\n"); return(0); } ! ! static void sql_append_mailboxes(void) { ! /* ! * Matt Davies (aka JMD) ! * matt@bastionits.com ! * Bastion Information Technology Solutions ! * ! * added sql_app...