Mark pg_stat_get_subscription_stats() strict.
authorAndres Freund <andres@anarazel.de>
Mon, 28 Mar 2022 04:47:26 +0000 (21:47 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 28 Mar 2022 04:47:26 +0000 (21:47 -0700)
commitda4b56662f2cda3ef97847307aaec8e8f66ffb15
tree6db1994f905607adee4091ab9850b3dda055c6db
parent43a7dc96eb363f87286494223861301361ce766c
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
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/test/regress/expected/stats.out
src/test/regress/sql/stats.sql