pgsql: Run pgindent.

2025-07-29 Thread Robert Haas
Run pgindent. Per buildfarm member koel, Nathan Bossart, and David Rowley. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1d1612aec7688139e1a5506df1366b4b6a69605d Modified Files -- src/backend/storage/buffer/bufmgr.c | 6 +++--- 1 file changed, 3 insert

pgsql: Run pgindent on the changes of the previous patch.

2025-07-25 Thread Tom Lane
Run pgindent on the changes of the previous patch. This step can be checked mechanically. Author: Tom Lane Reviewed-by: Matheus Alcantara Discussion: https://postgr.es/m/2976982.1748049...@sss.pgh.pa.us Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/73873805fb36

pgsql: Run pgindent on the previous commit.

2025-06-01 Thread Tom Lane
Run pgindent on the previous commit. Clean up after rearranging PG_TRY blocks. Author: Tom Lane Discussion: https://postgr.es/m/2954090.1748723...@sss.pgh.pa.us Backpatch-through: 13 Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d4556f592eff4829012e3df72c

pgsql: Run pgindent on the previous commit.

2025-06-01 Thread Tom Lane
Run pgindent on the previous commit. Clean up after rearranging PG_TRY blocks. Author: Tom Lane Discussion: https://postgr.es/m/2954090.1748723...@sss.pgh.pa.us Backpatch-through: 13 Branch -- REL_17_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6f724fcf8136dc4c229e66122f

pgsql: Run pgindent on the previous commit.

2025-06-01 Thread Tom Lane
Run pgindent on the previous commit. Clean up after rearranging PG_TRY blocks. Author: Tom Lane Discussion: https://postgr.es/m/2954090.1748723...@sss.pgh.pa.us Backpatch-through: 13 Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ecc8fd2b77635b43c034359c9a

pgsql: Run pgindent on the previous commit.

2025-06-01 Thread Tom Lane
Run pgindent on the previous commit. Clean up after rearranging PG_TRY blocks. Author: Tom Lane Discussion: https://postgr.es/m/2954090.1748723...@sss.pgh.pa.us Backpatch-through: 13 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4672b6223910687b2aab075bcd2dd54ce

pgsql: Run pgindent on the previous commit.

2025-06-01 Thread Tom Lane
Run pgindent on the previous commit. Clean up after rearranging PG_TRY blocks. Author: Tom Lane Discussion: https://postgr.es/m/2954090.1748723...@sss.pgh.pa.us Backpatch-through: 13 Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b898bb2a79ae1f2d54f3d21a22

pgsql: Run pgindent on the previous commit.

2025-06-01 Thread Tom Lane
Run pgindent on the previous commit. Clean up after rearranging PG_TRY blocks. Author: Tom Lane Discussion: https://postgr.es/m/2954090.1748723...@sss.pgh.pa.us Backpatch-through: 13 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/93aca12461686d5fe66b07099e

pgsql: Run pgindent again on the same file.

2024-03-05 Thread Jeff Davis
Run pgindent again on the same file. Apparently, pgindent got confused by the double space. The first time I ran it, it moved the function name to the next line. The second time I ran it, it moved the function name back, but without the double space. Now the results appear stable. Branch --

pgsql: Run pgindent for commit ef4cfdce0e.

2024-03-05 Thread Jeff Davis
Run pgindent for commit ef4cfdce0e. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b406af1806e9fc5c090e58282c7d98f22a4b397f Modified Files -- src/backend/utils/activity/backend_status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec

2023-03-09 Thread Michael Paquier
On Thu, Mar 09, 2023 at 10:34:12AM +0100, Alvaro Herrera wrote: > Please add this commit to .git-blame-ignore-revs. Thanks, done. -- Michael signature.asc Description: PGP signature

Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec

2023-03-09 Thread Alvaro Herrera
On 2023-Mar-09, Michael Paquier wrote: > Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c Please add this commit to .git-blame-ignore-revs. -- Álvaro HerreraBreisgau, Deutschland — https://www.EnterpriseDB.com/ "Having your biases confirmed independently is how sci

pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec

2023-03-08 Thread Michael Paquier
Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c A patch sent by Jacob Champion has been touching this area of the code, and the set of changes done in a9e9a9f has made a run of pgindent on these files a bit annoying to handle. So let's clean up a bit the area, first, to ease t

pgsql: Run pgindent on heapam.c

2023-01-23 Thread David Rowley
Run pgindent on heapam.c An upcoming patch by Melanie Plageman does some refactoring work in this area. Run pgindent on that file now before making any changes so that it's easier to maintain/evolve each of the individual patches doing the refactor work. Additionally, add a few new required type

pgsql: Run pgindent on xlog.c.

2022-02-15 Thread Heikki Linnakangas
Run pgindent on xlog.c. To tidy up after some recent refactorings in xlog.c. These would be fixed by the pgindent run we do at the end of the development cycle, but I want to clean these up now as I'm about to do some more big refactorings on xlog.c. Branch -- master Details --- https://

pgsql: Run pgindent with new pg_bsd_indent version 2.1.1.

2020-05-16 Thread Tom Lane
Run pgindent with new pg_bsd_indent version 2.1.1. Thomas Munro fixed a longstanding annoyance in pg_bsd_indent, that it would misformat lines containing IsA() macros on the assumption that the IsA() call should be treated like a cast. This improves some other cases involving field/variable names