| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
| Cc: | Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: fix prev link in docs |
| Date: | 2026-06-17 17:40:07 |
| Message-ID: | 1132496.1781718007@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:
> On Sat, Jun 13, 2026 at 02:14:26AM +0530, Ayush Tiwari wrote:
>> I tested it and with patch the Prev tab works fine towards 45.6.
>> (previous chapter's end)
> Thanks for reviewing. Committed.
I noticed that building the HTML docs got really painfully slower
recently, and the reason seems to be this patch. If you look
at guaibasaurus' runtimes for instance:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2026-06-15%2012%3A20%3A02
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2026-06-15%2020%3A20%3A02
the time for the "make-doc" step went from 00:46 right before
this patch to 3:39 right afterward. That's consistent with
what I'm seeing locally. I don't find that acceptable.
(Oddly, the time to make PDFs hasn't increased, per BF member
alabio.)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2026-06-17 17:47:04 | Re: fix prev link in docs |
| Previous Message | Tom Lane | 2026-06-17 17:29:09 | Re: [PATCH] Doc: document standard_conforming_strings dump/restore incompatibility |