Fix test case added by commit f5fc2f5b23.
authorAmit Kapila <akapila@postgresql.org>
Mon, 19 Apr 2021 03:32:47 +0000 (09:02 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 19 Apr 2021 03:32:47 +0000 (09:02 +0530)
commitc64dcc7fee5f8a7941a4fd098a969de1f457cc79
tree05de2354010156a47f86df6949d7ac2a382e2cf1
parent7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f
Fix test case added by commit f5fc2f5b23.

In the new test after resetting the stats, we were not waiting for the
stats message to be delivered. Also, we need to decode the results for
the new test, otherwise, it will show the old stats.

In passing,
a. Change docs added by commit f5fc2f5b23 as per suggestion by
Justin Pryzby.
b. Bump the PGSTAT_FILE_FORMAT_ID as commit f5fc2f5b23 changes the file
format of stats.

Reported-by: Tom Lane based on buildfarm reports
Author: Vignesh C, Justin Pryzby
Reviewed-by: Amit Kapila
Discussion: http://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de
contrib/test_decoding/expected/stats.out
contrib/test_decoding/sql/stats.sql
doc/src/sgml/monitoring.sgml
src/include/pgstat.h