Fix incorrect field count in pg_control_checkpoint()
authorMichael Paquier <michael@paquier.xyz>
Sun, 26 Dec 2021 08:41:59 +0000 (17:41 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 26 Dec 2021 08:41:59 +0000 (17:41 +0900)
commit86d9888d2ead04a1a139bbaef9d7f4648022fe4b
tree0944f7fe7a323514a9a7cf844f7e1cfef58bbff2
parent5e64ad369771b66bb3e916aade735defce6e65a1
Fix incorrect field count in pg_control_checkpoint()

18 columns are generated in this function, but we had enough space for
19 of them.  Introduced by 4b0d28d.

Author: Bharath Rupireddy
Reviewed-by: Justin Pryzby, Euler Taveira
Discussion: https://postgr.es/m/CALj2ACVQ=hAs=sT0n4xriimqRrrgECySfg_tSqA+26Rb_yfs2A@mail.gmail.com
src/backend/utils/misc/pg_controldata.c