]> 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:06:08 +0000 (09:06 -0500)
commit636d43caa3d420c924df8ba77e99edb3c2c1ec88
tree785ee63b33c22225276b6c3de517a836a47bf8bc
parent2be01ba40bf8d682b05c1df2039d7b0a63cc86fe
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