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.
--