Fix NULL input behaviour of pg_stat_get_replication_slot().
authorAndres Freund <andres@anarazel.de>
Mon, 28 Mar 2022 04:39:43 +0000 (21:39 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 28 Mar 2022 04:46:23 +0000 (21:46 -0700)
commit43a7dc96eb363f87286494223861301361ce766c
tree32410d397df495ebd68de369485cb46817d9dd43
parent8af36427d4cc783a9efe8781889ea0936f1d48dd
Fix NULL input behaviour of pg_stat_get_replication_slot().

pg_stat_get_replication_slot() accidentally was marked as non-strict, crashing
when called with NULL input. As it's already released, introduce an explicit
NULL check in 14, fix the catalog in HEAD.

Bumps catversion in HEAD.

Discussion: https://postgr.es/m/20220326212432.s5n2maw6kugnpyxw@alap3.anarazel.de
Backpatch: 14-, where replication slot stats were introduced
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/test/regress/expected/stats.out
src/test/regress/sql/stats.sql