pgsql: worker_spi: Call pgstat_report_stat.

Lists: pgsql-committers
From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: worker_spi: Call pgstat_report_stat.
Date: 2016-09-28 16:46:21
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

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

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f0476e226f1bc3aaaa4185ace3a09bc586b42cde

Modified Files
--------------
src/test/modules/worker_spi/worker_spi.c | 1 +
1 file changed, 1 insertion(+)