Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-20 Thread Tom Lane
Bruce Momjian writes: > On Tue, Apr 19, 2022 at 08:57:23PM +0200, Daniel Gustafsson wrote: >> Mildly on-topic: Has the topic of a pgindent like process for docs been >> discussed at some point? The archives didn't turn up anything for me. > I don't remember any discussion of that. We have 'make

Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-19 Thread Bruce Momjian
On Tue, Apr 19, 2022 at 08:57:23PM +0200, Daniel Gustafsson wrote: > > On 19 Apr 2022, at 16:24, Tom Lane wrote: > > > It's bothered the neatnik in me for a long time, so I'm happy to > > make it happen if there are not objections. > > Mildly on-topic: Has the topic of a pgindent like process fo

Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-19 Thread Daniel Gustafsson
> On 19 Apr 2022, at 16:24, Tom Lane wrote: > It's bothered the neatnik in me for a long time, so I'm happy to > make it happen if there are not objections. Mildly on-topic: Has the topic of a pgindent like process for docs been discussed at some point? The archives didn't turn up anything for m

Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-19 Thread Tom Lane
Peter Eisentraut writes: > On 16.04.22 22:26, Tom Lane wrote: >> I'm not quite sure what's the point of retail fixes. I could >> get behind removing*all* these occurrences, and then adjusting >> .gitattributes so that git bleats about introducing new ones. >> Other folks might find that a little

Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-19 Thread Peter Eisentraut
On 16.04.22 22:26, Tom Lane wrote: Hmm ... by my count there are still 245 lines with trailing spaces in the *.sgml files. (Most but not all are from copied-n-pasted psql output.) I'm not quite sure what's the point of retail fixes. I could get behind removing*all* these occurrences, and then

Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-19 Thread Daniel Gustafsson
> On 16 Apr 2022, at 22:26, Tom Lane wrote: > I'm not quite sure what's the point of retail fixes. I could > get behind removing *all* these occurrences, and then adjusting > .gitattributes so that git bleats about introducing new ones. > Other folks might find that a little too obsessive-compul

Re: pgsql: Fix some trailing whitespace in documentation files

2022-04-16 Thread Tom Lane
Peter Eisentraut writes: > Fix some trailing whitespace in documentation files Hmm ... by my count there are still 245 lines with trailing spaces in the *.sgml files. (Most but not all are from copied-n-pasted psql output.) I'm not quite sure what's the point of retail fixes. I could get behin