pgsql: Fix pgindent damage

2025-01-12 Thread Richard Guo
Fix pgindent damage Oversight in commit e0ece2a98. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6e826278f1ebd9967c0f8adda29c8960a812e344 Modified Files -- src/backend/executor/execGrouping.c | 2 +- src/include/nodes/execnodes.h | 2 +- 2 files c

pgsql: Fix HBA option count

2025-01-12 Thread Daniel Gustafsson
Fix HBA option count Commit 27a1f8d108 missed updating the max HBA option count to account for the new option added. Fix by bumping the counter and adjust the relevant comment to match. Backpatch down to all supported branches like the erroneous commit. Reported-by: Tom Lane Discussion: https:

pgsql: Fix HBA option count

2025-01-12 Thread Daniel Gustafsson
Fix HBA option count Commit 27a1f8d108 missed updating the max HBA option count to account for the new option added. Fix by bumping the counter and adjust the relevant comment to match. Backpatch down to all supported branches like the erroneous commit. Reported-by: Tom Lane Discussion: https:

pgsql: Fix HBA option count

2025-01-12 Thread Daniel Gustafsson
Fix HBA option count Commit 27a1f8d108 missed updating the max HBA option count to account for the new option added. Fix by bumping the counter and adjust the relevant comment to match. Backpatch down to all supported branches like the erroneous commit. Reported-by: Tom Lane Discussion: https:

pgsql: Fix HBA option count

2025-01-12 Thread Daniel Gustafsson
Fix HBA option count Commit 27a1f8d108 missed updating the max HBA option count to account for the new option added. Fix by bumping the counter and adjust the relevant comment to match. Backpatch down to all supported branches like the erroneous commit. Reported-by: Tom Lane Discussion: https:

pgsql: Fix HBA option count

2025-01-12 Thread Daniel Gustafsson
Fix HBA option count Commit 27a1f8d108 missed updating the max HBA option count to account for the new option added. Fix by bumping the counter and adjust the relevant comment to match. Backpatch down to all supported branches like the erroneous commit. Reported-by: Tom Lane Discussion: https:

pgsql: Fix HBA option count

2025-01-12 Thread Daniel Gustafsson
Fix HBA option count Commit 27a1f8d108 missed updating the max HBA option count to account for the new option added. Fix by bumping the counter and adjust the relevant comment to match. Backpatch down to all supported branches like the erroneous commit. Reported-by: Tom Lane Discussion: https:

pgsql: Fix XMLTABLE() deparsing to quote namespace names if necessary.

2025-01-12 Thread Dean Rasheed
Fix XMLTABLE() deparsing to quote namespace names if necessary. When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identif

pgsql: Fix JsonExpr deparsing to quote variable names in the PASSING cl

2025-01-12 Thread Dean Rasheed
Fix JsonExpr deparsing to quote variable names in the PASSING clause. When deparsing a JsonExpr, variable names in the PASSING clause were not quoted. However, since they are parsed as ColLabel tokens, some variable names require double quotes to ensure that they are properly interpreted. Fix by u

pgsql: Fix JsonExpr deparsing to quote variable names in the PASSING cl

2025-01-12 Thread Dean Rasheed
Fix JsonExpr deparsing to quote variable names in the PASSING clause. When deparsing a JsonExpr, variable names in the PASSING clause were not quoted. However, since they are parsed as ColLabel tokens, some variable names require double quotes to ensure that they are properly interpreted. Fix by u

pgsql: Fix XMLTABLE() deparsing to quote namespace names if necessary.

2025-01-12 Thread Dean Rasheed
Fix XMLTABLE() deparsing to quote namespace names if necessary. When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identif

pgsql: Fix XMLTABLE() deparsing to quote namespace names if necessary.

2025-01-12 Thread Dean Rasheed
Fix XMLTABLE() deparsing to quote namespace names if necessary. When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identif

pgsql: Fix XMLTABLE() deparsing to quote namespace names if necessary.

2025-01-12 Thread Dean Rasheed
Fix XMLTABLE() deparsing to quote namespace names if necessary. When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identif

pgsql: Fix XMLTABLE() deparsing to quote namespace names if necessary.

2025-01-12 Thread Dean Rasheed
Fix XMLTABLE() deparsing to quote namespace names if necessary. When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identif

pgsql: Fix XMLTABLE() deparsing to quote namespace names if necessary.

2025-01-12 Thread Dean Rasheed
Fix XMLTABLE() deparsing to quote namespace names if necessary. When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identif