pgsql: Fix PDF doc generation.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix PDF doc generation.
Date: 2024-03-17 14:50:02
Message-ID: E1rlrpq-004IDw-HO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix PDF doc generation.

Commit c649fa24a4 broke PDF generation, due to a misplaced id
attribute.

Per buildfarm member crake.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7eb9a8201890f3b208fd4c109a5b08bf139b692a

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
doc/src/sgml/ref/merge.sgml | 17 +++++++++--------
2 files changed, 11 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-17 21:54:51 pgsql: Mark hash_corrupted() as pg_attribute_noreturn.
Previous Message Dean Rasheed 2024-03-17 14:04:41 pgsql: Add RETURNING support to MERGE.