]> granicus.if.org Git - postgresql/commit
worker_spi: Call pgstat_report_stat.
authorRobert Haas <rhaas@postgresql.org>
Wed, 28 Sep 2016 16:38:33 +0000 (12:38 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 28 Sep 2016 16:40:17 +0000 (12:40 -0400)
commita4daf8319923505b60c02b23bf3cfd1bd0b89d40
treeece3bd59812d0b2da1fdc61c14c3736107688e6b
parentce7b35e7e828b1f7d0e3835f84e81f3b8646f17c
worker_spi: Call pgstat_report_stat.

Without this, statistics changes accumulated by the worker never get
reported to the stats collector, which is bad.

Julien Rouhaud
contrib/worker_spi/worker_spi.c