[asterisk-bugs] [JIRA] (ASTERISK-25628) res_config_pgsql: should match the behavior of other drivers so that queue_log can disable adaptive logging
Sean Bright (JIRA)
noreply at issues.asterisk.org
Tue Feb 28 12:37:12 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-25628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Bright updated ASTERISK-25628:
-----------------------------------
Assignee: Dmitry Wagin (was: Unassigned)
Status: Waiting for Feedback (was: Open)
Please try the attached patch and let us know if it resolves your problem.
> res_config_pgsql: should match the behavior of other drivers so that queue_log can disable adaptive logging
> -----------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-25628
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25628
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_config_pgsql
> Affects Versions: 13.6.0
> Reporter: Dmitry Wagin
> Assignee: Dmitry Wagin
> Severity: Minor
> Attachments: 0001-res_config_pgsql-Return-1-if-we-can-t-find-a-column.patch, patch.txt
>
>
> When column not exist in database require_pgsql() return 0
> and other code does not work properly (for example in main/logger.c logger_queue_rt_start()).
> res_config_sqlite3 if column not exist and equirements option is set to "warn" return -1.
> IMHO need inform other code about troubles.
> queue_log do alternative scenario if require return -1
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list