mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module.
This commit is contained in:
@@ -621,7 +621,7 @@ struct switch_database_interface {
|
||||
const char *interface_name;
|
||||
/*! flags indicating database specifics, see switch_database_flag_t */
|
||||
uint32_t flags;
|
||||
switch_status_t(*handle_new)(char *dsn, switch_database_interface_handle_t **dih);
|
||||
switch_status_t(*handle_new)(switch_cache_db_database_interface_options_t database_interface_options, switch_database_interface_handle_t **dih);
|
||||
switch_status_t(*handle_destroy)(switch_database_interface_handle_t **dih);
|
||||
switch_status_t(*flush)(switch_database_interface_handle_t *dih);
|
||||
switch_status_t(*exec_detailed)(const char *file, const char *func, int line,
|
||||
|
||||
Reference in New Issue
Block a user