Re: Is there an undocumented Syntax Check in Meson?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Is there an undocumented Syntax Check in Meson?
Date: 2024-05-09 16:33:46
Message-ID: 1278981.1715272426@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> writes:
> I've been using "ninja html" which isn't shown here. Also, as a sanity
> check, running that command takes my system 1 minute. Any idea what
> percentile that falls into?

On my no-longer-shiny-new workstation, "make" in doc/src/sgml
(which builds just the HTML docs) takes right about 30s in HEAD.
Can't believe that the overhead would be noticeably different
between make and meson, since it's a simple command sequence
with no opportunity for parallelism.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dagfinn Ilmari Mannsåker 2024-05-09 16:42:15 Re: Is there an undocumented Syntax Check in Meson?
Previous Message Bruce Momjian 2024-05-09 16:29:38 Re: First draft of PG 17 release notes