pgsql: Fix missing initializations of MyProc.delayChkptEnd

2023-06-10 Thread Michael Paquier
Fix missing initializations of MyProc.delayChkptEnd This commit fixes an oversight introduced in 10520f4, that has added delayChkptEnd to PGPROC to avoid ABI breakages on stable branches, where two spots have missed to initialize this variable (delayChkpt was switched back from int to bool, and it

pgsql: Fix missing initializations of MyProc.delayChkptEnd

2023-06-10 Thread Michael Paquier
Fix missing initializations of MyProc.delayChkptEnd This commit fixes an oversight introduced in 10520f4, that has added delayChkptEnd to PGPROC to avoid ABI breakages on stable branches, where two spots have missed to initialize this variable (delayChkpt was switched back from int to bool, and it

pgsql: Fix missing initializations of MyProc.delayChkptEnd

2023-06-10 Thread Michael Paquier
Fix missing initializations of MyProc.delayChkptEnd This commit fixes an oversight introduced in 10520f4, that has added delayChkptEnd to PGPROC to avoid ABI breakages on stable branches, where two spots have missed to initialize this variable (delayChkpt was switched back from int to bool, and it

pgsql: Fix missing initializations of MyProc.delayChkptEnd

2023-06-10 Thread Michael Paquier
Fix missing initializations of MyProc.delayChkptEnd This commit fixes an oversight introduced in 10520f4, that has added delayChkptEnd to PGPROC to avoid ABI breakages on stable branches, where two spots have missed to initialize this variable (delayChkpt was switched back from int to bool, and it