pgsql: Add explicit initialization for all PlannerGlobal fields

2025-05-13 Thread Richard Guo
Add explicit initialization for all PlannerGlobal fields When creating a new PlannerGlobal node in standard_planner(), most fields are explicitly initialized, but a few are not. This doesn't cause any functional issues, as makeNode() zeroes all fields by default. However, the inconsistency is un

pgsql: Fix order of parameters in POD documentation

2025-05-13 Thread Daniel Gustafsson
Fix order of parameters in POD documentation The documentation for log_check() had the parameters in the wrong order. Also while there, rename %parameters to %params to better documentation for similar functions which use %params. Backpatch down to v14 where this was introduced. Author: Daniel

pgsql: Fix order of parameters in POD documentation

2025-05-13 Thread Daniel Gustafsson
Fix order of parameters in POD documentation The documentation for log_check() had the parameters in the wrong order. Also while there, rename %parameters to %params to better documentation for similar functions which use %params. Backpatch down to v14 where this was introduced. Author: Daniel

pgsql: Fix order of parameters in POD documentation

2025-05-13 Thread Daniel Gustafsson
Fix order of parameters in POD documentation The documentation for log_check() had the parameters in the wrong order. Also while there, rename %parameters to %params to better documentation for similar functions which use %params. Backpatch down to v14 where this was introduced. Author: Daniel

pgsql: Fix order of parameters in POD documentation

2025-05-13 Thread Daniel Gustafsson
Fix order of parameters in POD documentation The documentation for log_check() had the parameters in the wrong order. Also while there, rename %parameters to %params to better documentation for similar functions which use %params. Backpatch down to v14 where this was introduced. Author: Daniel

pgsql: Fix order of parameters in POD documentation

2025-05-13 Thread Daniel Gustafsson
Fix order of parameters in POD documentation The documentation for log_check() had the parameters in the wrong order. Also while there, rename %parameters to %params to better documentation for similar functions which use %params. Backpatch down to v14 where this was introduced. Author: Daniel