Re: correct the sizes of values and nulls arrays in pg_control_checkpoint
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: "Bharath Rupireddy" <bharath.rupireddyforpostgres@gmail.com>,
"PostgreSQL Hackers" <pgsql-hackers@lists.postgresql.org>
Date: 2021-12-23T15:43:02Z
Lists: pgsql-hackers
On Thu, Dec 23, 2021, at 8:39 AM, Bharath Rupireddy wrote: > pg_control_checkpoint emits 18 columns whereas the values and nulls > arrays are defined to be of size 19. Although it's not critical, > attaching a tiny patch to fix this. Good catch! I'm wondering if a constant wouldn't be useful for such case. -- Euler Taveira EDB https://www.enterprisedb.com/
Commits
-
Fix incorrect field count in pg_control_checkpoint()
- 86d9888d2ead 15.0 landed
-
Fix pg_control_checkpoint from commit 4b0d28de06
- 2ede45c3a49e 11.0 cited
-
Remove secondary checkpoint
- 4b0d28de06b2 11.0 cited