pgsql: Fix incorrect field count in pg_control_checkpoint() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix incorrect field count in pg_control_checkpoint()
Date
Msg-id E1n1P6m-0004e1-97@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc