Thread: pgsql: Mark pg_stat_get_subscription_stats() strict.

pgsql: Mark pg_stat_get_subscription_stats() strict.

From
Andres Freund
Date:
Mark pg_stat_get_subscription_stats() strict.

It accidentally was marked as non-strict. As it was introduced only in HEAD,
we can just fix the catalog.

Bumps catversion.

Discussion: https://postgr.es/m/20220326212432.s5n2maw6kugnpyxw@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da4b56662f2cda3ef97847307aaec8e8f66ffb15

Modified Files
--------------
src/include/catalog/catversion.h    | 2 +-
src/include/catalog/pg_proc.dat     | 2 +-
src/test/regress/expected/stats.out | 6 ++++++
src/test/regress/sql/stats.sql      | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)