]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_config_pgsql: Add text-type column check in require_pgsql() 25/head
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:10:33 +0000 (09:10 -0500)
commit5b653b8a7bbc6a8cc78b807019bc6d5fbf20ac49
treef9854e961081365a56b577924703c4e447561e32
parent3959d20ba5ca2e1ee4d53d30553c989536237404
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