pgsql: doc PG relnotes: document "Unresolved ID reference found" cause
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:
docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t238988psql -h localhost -U postgresBuilt from patchset v4 (message #4), August 18, 2026 at 02:56 PM.
Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:
git clone --branch t238988_4 https://github.com/hackorum-dev/postgres.gitIn a checkout you already have, add the fork once:
git remote add hackorum https://github.com/hackorum-dev/postgres.gitthen, for this patchset and every later one:
git fetch hackorum t238988_4 && git checkout t238988_4Patchset v4 (message #4) is on t238988_4
doc PG relnotes: document "Unresolved ID reference found" cause
Backpatch-through: 12
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c6b1506f71324d0bacfab17c6688e8fc2a79b1dc
Modified Files
--------------
doc/src/sgml/stylesheet-fo.xsl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Bruce Momjian <bruce@momjian.us> writes:
doc PG relnotes: document "Unresolved ID reference found" cause
I'm really not happy with this. We've sweated blood to get rid
of all those PDF warnings. Introducing one on a permanent basis
is not acceptable.
regards, tom lane
On Thu, Sep 19, 2024 at 04:52:19PM -0400, Tom Lane wrote:
Bruce Momjian <bruce@momjian.us> writes:
doc PG relnotes: document "Unresolved ID reference found" cause
I'm really not happy with this. We've sweated blood to get rid
of all those PDF warnings. Introducing one on a permanent basis
is not acceptable.
Okay, what do you suggest? I am trying to see if an empty paragraph
will fix it.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"
On Thu, Sep 19, 2024 at 05:37:36PM -0400, Bruce Momjian wrote:
On Thu, Sep 19, 2024 at 04:52:19PM -0400, Tom Lane wrote:
Bruce Momjian <bruce@momjian.us> writes:
doc PG relnotes: document "Unresolved ID reference found" cause
I'm really not happy with this. We've sweated blood to get rid
of all those PDF warnings. Introducing one on a permanent basis
is not acceptable.Okay, what do you suggest? I am trying to see if an empty paragraph
will fix it.
It sounds like this problem:
https://www.oxygenxml.com/forum/dita-editing-and-publishing-dita-content/topic22035.html
I have applied the attached solution by using some more XPath magic.
Turns out making the paragraph empty, instead of removing it, prevents
the warning.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"