Re: Importing pg_bsd_indent into our source tree
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To:
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2023-02-12T01:43:52Z
Lists: pgsql-hackers
Attachments
- v4-0001-Import-pg_bsd_indent-sources.patch (text/x-diff) patch v4-0001
- v4-0002-Sync-pg_bsd_indent-s-copyright-notices-with-Postg.patch (text/x-diff) patch v4-0002
- v4-0003-Integrate-pg_bsd_indent-into-our-build-test-infra.patch (text/x-diff) patch v4-0003
- v4-0004-Add-missing-test-dependency.patch (text/x-diff) patch v4-0004
- v4-0005-Open-output-file-in-binary-mode.patch (text/x-diff) patch v4-0005
I wrote: > Hmmm ... ci autoconf build is now happy, but the Windows run complains > that none of the output files match. I'm betting that this is a > Windows-newline problem, since I now see that indent.c opens both the > input and output files in default (text) mode. I'm inclined to > change it to open the output file in binary mode while leaving the > input in text, which should have the effect of stripping \r if it's > present. So let's see if that theory is correct at all ... regards, tom lane
Commits
-
Integrate pg_bsd_indent into our build/test infrastructure.
- 156c049beed9 16.0 landed
-
Sync pg_bsd_indent's copyright notices with Postgres practice.
- b44e5fced3e5 16.0 landed
-
Import pg_bsd_indent sources.
- 4e831f4cee14 16.0 landed