Fix incorrect field count in pg_control_checkpoint()
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/misc/pg_controldata.c | modified | +2 −2 |
Discussion
- correct the sizes of values and nulls arrays in pg_control_checkpoint 6 messages · 2021-12-23 → 2021-12-26