pgsql: doc PG relnotes: document "Unresolved ID reference found" cause

Started by Bruce Momjianabout 2 years ago4 messagescomitters
Beta feature

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.

won't retrysuccessCI history

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:t238988
psql -h localhost -U postgres

Built 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.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t238988_4 && git checkout t238988_4

Patchset v4 (message #4) is on t238988_4

Jump to latest
#1Bruce Momjian
bruce@momjian.us

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(-)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause

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

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause

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?"

#4Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#3)
Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause

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?"

Attachments:

t238988_4
master.difftext/x-diff; charset=us-asciiDownload+4-4