From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter(at)eisentraut(dot)org>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Florents Tselai <florents(dot)tselai(at)gmail(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, jian he <jian(dot)universality(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: split func.sgml to separated individual sgml files |
Date: | 2025-10-06 14:58:31 |
Message-ID: | aOPZF83CkZqAxjae@momjian.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Oct 6, 2025 at 10:55:53AM -0400, Bruce Momjian wrote:
> On Fri, Oct 3, 2025 at 10:41:56AM -0400, Tom Lane wrote:
> > Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> > > If you look at this more closely, creating postgres-full.xml and running
> > > the syntax check perform the same operations, except that the latter
> > > throws away the output. So it seems redundant to build a whole new code
> > > path for this. I think you can make the check target dependent on
> > > postgres-full.xml and be done, kind of like this (starting from
> > > pre-b2922562726):
> >
> > Would it be unreasonable to discard the "check" target altogether?
> > It made sense back in the day when actually building the html docs
> > took many minutes. But I haven't used it in years, so I wonder
> > if anyone else has either.
>
> I run 'make check' on the SGML every time I build the C code.
Uh, more accurately I run:
make --silent postgres.sgml
make --silent check
make check-tabs
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2025-10-06 15:03:46 | Re: src/include/utils/float.h comment one link stable |
Previous Message | Bruce Momjian | 2025-10-06 14:55:53 | Re: split func.sgml to separated individual sgml files |