pgsql: Fix indentation.

2024-07-26 Thread Robert Haas
Fix indentation. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c883453cb29cb40c1e59c3c54d159c5e744da8a9 Modified Files -- src/backend/postmaster/walsummarizer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

pgsql: Fix indentation.

2024-07-26 Thread Robert Haas
Fix indentation. Branch -- REL_17_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f2af1f4559ea74a6133ac36df3204c12e8d12ed3 Modified Files -- src/backend/postmaster/walsummarizer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

Re: pgsql: Fix indentation from cafe1056558f

2024-04-03 Thread Andrew Dunstan
On 2024-04-03 We 03:49, Daniel Gustafsson wrote: Fix indentation from cafe1056558f Per buildfarm animal koel Thanks, you beat me to it. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com

pgsql: Fix indentation from cafe1056558f

2024-04-03 Thread Daniel Gustafsson
Fix indentation from cafe1056558f Per buildfarm animal koel Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9301308bd196f614696e0e9492cf0c52f7857f83 Modified Files -- src/bin/psql/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Fix indentation from a11f330b5

2024-03-25 Thread Daniel Gustafsson
Fix indentation from a11f330b5 Per buildfarm animal koel Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/64e401b62b1559d617db5c1e1070d7a05e794c27 Modified Files -- src/backend/replication/slot.c | 8 1 file changed, 4 insertions(+), 4 deletions(

pgsql: Fix indentation of copyto.c

2024-02-08 Thread Michael Paquier
Fix indentation of copyto.c Issue introduced by b619852086ed. Per buildfarm member koel. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/49e7c6f78ed608c5d5454080ae19c0e7f1b09a04 Modified Files -- src/backend/commands/copyto.c | 4 ++-- 1 file changed, 2

pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

2024-01-08 Thread Alexander Korotkov
Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6d94cc6ca1b775335f58527ece6c12d74ec41bde Modified Files -- src/backend/executor/nodeHash.c | 1 + 1 file changed, 1 insertion(+)

pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

2024-01-08 Thread Alexander Korotkov
Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a5e2853c38db7181a35486e1865e07f73782bc99 Modified Files -- src/backend/executor/nodeHash.c | 1 + 1 file changed, 1 inser

pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

2024-01-08 Thread Alexander Korotkov
Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/17b6f39f19b1a54baac36f38b49067b0ce9fd7b0 Modified Files -- src/backend/executor/nodeHash.c | 1 + 1 file changed, 1 inser

pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

2024-01-08 Thread Alexander Korotkov
Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/97e64911da34835cba5bd9c98eda608feefa9dfa Modified Files -- src/backend/executor/nodeHash.c | 1 + 1 file changed, 1 inser

pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

2024-01-08 Thread Alexander Korotkov
Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/20a566cd43bb45561c64315f7744282100abb7f1 Modified Files -- src/backend/executor/nodeHash.c | 1 + 1 file changed, 1 inser

pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

2024-01-08 Thread Alexander Korotkov
Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6eecc3a622b2db39417e5457735420468b89897e Modified Files -- src/backend/executor/nodeHash.c | 1 + 1 file changed, 1 inser

pgsql: Fix indentation

2023-12-05 Thread Daniel Gustafsson
Fix indentation When preparing commit 98e675ed7af I accidentally forgot to run pgindent, which did produce a diff. Fix by adding the required whitespace per the koel buildfarm failure. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4d0cf0b05defcee985d5af38cb0db2b9c

pgsql: Fix indentation in contrib/amcheck/verify_nbtree.c

2023-10-30 Thread Alexander Korotkov
Fix indentation in contrib/amcheck/verify_nbtree.c Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZT9YoDPEQBUMrIHg%40paquier.xyz Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/675fed4df5db4e78d40a0ce9cb785cfba9fa480f Modified Files -- con

pgsql: Fix indentation in SQL file

2023-09-14 Thread Peter Eisentraut
Fix indentation in SQL file Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/be6f7cd9bb4a80787a7ebd602e5cae23485e4fe2 Modified Files -- src/backend/catalog/information_schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- master De

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- REL_11_STA

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- REL_14_STA

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- REL_15_STA

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- REL_13_STA

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- REL_12_STA

pgsql: Fix indentation in twophase.c

2023-07-17 Thread Michael Paquier
Fix indentation in twophase.c This has been missed in cb0cca1, noticed before buildfarm member koel has been able to complain while poking at a different patch. Like the other commit, backpatch all the way down to limit the odds of merge conflicts. Backpatch-through: 11 Branch -- REL_16_STA