pgstat: add pg_stat_have_stats() test helper.
authorAndres Freund <andres@anarazel.de>
Thu, 7 Apr 2022 07:03:58 +0000 (00:03 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 7 Apr 2022 07:21:54 +0000 (00:21 -0700)
commitad401664b8012cafb64e8fce33fe40356c5bc686
tree96cf785f2e29948d53d5e850dfccea8021d3bf5e
parent0f96965c658147d6d6bad096d2d4a2c9c665f4a9
pgstat: add pg_stat_have_stats() test helper.

Will be used by tests committed subsequently.

Bumps catversion (this time for real, the one in 0f96965c658 got lost when
rebasing over 5c279a6d350).

Author: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://postgr.es/m/CAAKRu_aNxL1WegCa45r=VAViCLnpOU7uNC7bTtGw+=QAPyYivw@mail.gmail.com
src/backend/catalog/system_functions.sql
src/backend/utils/activity/pgstat.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/include/pgstat.h