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

pgsql: nbtree: Allocate new pages in separate function.

2023-06-10 Thread Peter Geoghegan
nbtree: Allocate new pages in separate function. Split nbtree's _bt_getbuf function is two: code that read locks or write locks existing pages remains in _bt_getbuf, while code that deals with allocating new pages is moved to a new, dedicated function called _bt_allocbuf. This simplifies most _bt

pgsql: Add another old commit to git-blame-ignore-revs.

2023-06-10 Thread Peter Geoghegan
Add another old commit to git-blame-ignore-revs. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fe879ae3a8e0735ccb12a425e1cdbcedb2f4af81 Modified Files -- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+)

pgsql: Revert "Fix search_path to a safe value during maintenance opera

2023-06-10 Thread Jeff Davis
Revert "Fix search_path to a safe value during maintenance operations." This reverts commit 05e17373517114167d002494e004fa0aa32d1fd1. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2fcc7ee7affe2fb708d7b2727e93981216b5d2f8 Modified Files -- contrib/amch