]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_config_pgsql: Add text-type column check in require_pgsql()
authorBoris P. Korzun <drtr0jan@yandex.ru>
Fri, 18 Feb 2022 09:19:37 +0000 (12:19 +0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 14 Mar 2022 14:11:57 +0000 (09:11 -0500)
commit00a7fa985e75df8cd139d50f42a86410b81f7ac2
tree2d220cf5225c5f2dba3aa13a3568b0d5d2e9185b
parent5edbc54c5453056e9c1f93f441bc4e4c592729c1
res_config_pgsql: Add text-type column check in require_pgsql()

Omit "unsupported column type 'text'" warning in logs while
using text-type column in the PgSQL backend.

ASTERISK-29924 #close

Change-Id: I48061a7d469426859670db07f1ed8af1eb814712
res/res_config_pgsql.c