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
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
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
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
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
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
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
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
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
--
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(-)
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
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
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
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
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://
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
16 matches
Mail list logo