pgsql: Fix incorrect field count in pg_control_checkpoint()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect field count in pg_control_checkpoint()
Date: 2021-12-26 08:42:24
Message-ID: E1n1P6m-0004e1-97@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86d9888d2ead04a1a139bbaef9d7f4648022fe4b

Modified Files
--------------
src/backend/utils/misc/pg_controldata.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-12-27 04:44:05 Re: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc
Previous Message Kyotaro Horiguchi 2021-12-24 09:51:49 Re: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc