Re: split func.sgml to separated individual sgml files - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: split func.sgml to separated individual sgml files
Date
Msg-id f485f797-a7a8-43b4-9167-c66442ca3c3b@dunslane.net
Whole thread Raw
In response to Re: split func.sgml to separated individual sgml files  (jian he <jian.universality@gmail.com>)
Responses Re: split func.sgml to separated individual sgml files
List pgsql-hackers


On 2025-07-29 Tu 2:15 AM, jian he wrote:
hi.

after run the v2 python script and ``git apply
v2-0001-update-filelist.sgml-allfiles.sgml.no-cfbot``
git status -u
shows:

Changes not staged for commit:  (use "git add/rm <file>..." to update what will be committed)  (use "git restore <file>..." to discard changes in working directory)        modified:   doc/src/sgml/filelist.sgml        deleted:    doc/src/sgml/func.sgml

That means to verify the changes, we only need to verify html files
related to "functions".

I use GNU diff to compare the HTML output of doc/src/sgml/func.sgml generated
from the master branch against the HTML file produced by the patch.
For example, $DOC9 is the PATCH (split func.sgml) html file directory, $DOC5 is
the master branch html file directory.  and no message produced while running
diff, which means the patch (with the script) produced output is the
same as the master branch.

[snip]


OK. I'm inclined to do this after the CF finishes, to avoid collisions with other patches. I assume it's going to make the CFbot fairly unhappy.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Regression with large XML data input
Next
From: Tom Lane
Date:
Subject: Re: split func.sgml to separated individual sgml files