Re: split func.sgml to separated individual sgml files
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: "Florents Tselai" <florents.tselai@gmail.com>,
"Andrew Dunstan" <andrew@dunslane.net>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>, "jian he" <jian.universality@gmail.com>,
"David G. Johnston" <david.g.johnston@gmail.com>,
"Corey Huinker" <corey.huinker@gmail.com>,
pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-09-01T13:35:37Z
Lists: pgsql-hackers
Attachments
- v2-0001-doc-fix-Makefile-after-func.sgml-split.patch (text/x-patch) patch v2-0001
On Mon, Sep 1, 2025, at 7:35 AM, Florents Tselai wrote: > While working on this https://commitfest.postgresql.org/patch/6020/ > I discovered that when changing for func/func-aggregate.sgml, the HTML > wasn’t marked for update. > > IIUC the doc/Makefile should be updated as attached, right ? > Good catch. However, your patch doesn't fix all issues. The check target (check-tabs and check-nbsp) is broken; these targets should also include the func files. -- Euler Taveira EDB https://www.enterprisedb.com/
Commits
-
Revert "Improve docs syntax checking"
- 5b5e8a29c13a 19 (unreleased) landed
-
Improve docs syntax checking
- b29225627262 19 (unreleased) landed
-
Teach doc/src/sgml/Makefile about the new func/*.sgml files.
- 170a8a3f4605 19 (unreleased) cited
-
Split func.sgml into more manageable pieces
- 4e23c9ef65ac 19 (unreleased) landed
-
Doc: add check to detect non-breaking spaces in the docs.
- 5b7da5c261d1 18.0 cited