Code

pgsql plugin: avoid parsing error from query_plans
authorBernd Zeimetz <bernd@bzed.de>
Fri, 2 Sep 2016 11:23:40 +0000 (13:23 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 5 Sep 2016 06:59:11 +0000 (08:59 +0200)
commite73ae9a16ebf982dc5712a8e4f4d4f864187e08a
tree0b93a34256195ba9613b4b0bb06b12e998c8289f
parent55826ee891fd643111c3ffd7a19795721e41f1c0
pgsql plugin: avoid parsing error from query_plans

idx_scan/idx_tup_fetch can be NULL, avoid trying to parse that into a number.

This should fix #1905.
src/postgresql_default.conf