Replace magic constants used in pg_stat_get_replication_slot().

Amit Kapila <akapila@postgresql.org>

Commit: ab5e48f153cfea2c571dc177ae96faf4ab072b8e
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-06-30T05:59:53Z
Releases: 15.0
Replace magic constants used in pg_stat_get_replication_slot().

A few variables have been using 10 as a magic constant while
PG_STAT_GET_REPLICATION_SLOT_COLS can be used instead.

Author: Masahiko Sawada
Reviewed-By: Amit Kapila
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/CAD21AoBvqODDfmD17DkEuPCvV2KbruukXQ2Vwrv5Xi-TsAsTJA@mail.gmail.com

Files

PathChange+/−
src/backend/utils/adt/pgstatfuncs.c modified +2 −2

Discussion