Re: tables on pgbench man page look garbled

2023-05-15 Thread Daniel Gustafsson
> On 10 May 2023, at 22:08, Daniel Gustafsson wrote: > >> On 10 May 2023, at 17:35, Tom Lane wrote: >> >> Daniel Gustafsson writes: >>> I took a look at this using macOS as the initial testbed; the TLDR is that >>> mandoc doesn't support macros in tables, and our single-column function >>> sig

Re: tables on pgbench man page look garbled

2023-05-10 Thread Daniel Gustafsson
> On 10 May 2023, at 17:35, Tom Lane wrote: > > Daniel Gustafsson writes: >> I took a look at this using macOS as the initial testbed; the TLDR is that >> mandoc doesn't support macros in tables, and our single-column function >> signature tables rely on that. macOS switched to mandoc in v11 I

Re: tables on pgbench man page look garbled

2023-05-10 Thread Tom Lane
Daniel Gustafsson writes: > I took a look at this using macOS as the initial testbed; the TLDR is that > mandoc doesn't support macros in tables, and our single-column function > signature tables rely on that. macOS switched to mandoc in v11 I think, but I > don't have an older box handy to doubl

Re: tables on pgbench man page look garbled

2023-05-10 Thread Daniel Gustafsson
> On 9 May 2023, at 17:14, Peter Eisentraut > wrote: > Note that formatting instructions (".PP") show in the output. I took a look at this using macOS as the initial testbed; the TLDR is that mandoc doesn't support macros in tables, and our single-column function signature tables rely on that.

Re: tables on pgbench man page look garbled

2023-05-09 Thread Daniel Gustafsson
> On 9 May 2023, at 15:40, Peter Eisentraut > wrote: > > The tables "pgbench Operators" and "pgbench Functions" on the pgbench man > page (the actual man page, not the HTML reference page) look pretty garbled. > Also, on macOS, man prints a warning that the page is invalidly formatted. > Bu