]> 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:23 +0000 (12:40 -0400)
commit3c97a7ca46c0734446b5f5be8a4c469434b371d7
tree439ce70552e1c6b6a42c108f43b6bf1db275c3ca
parent1f55a050d585db075a85d5157586c65409c89a70
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