Skip to content

Commit 05883bd

Browse files
committed
Doc: fix missing comma at the end of a line.
Backpatch to 17, where the line was added. Reported by Noboru Saito while he was working on translating the file into Japanese. Discussion: https://postgr.es/m/20250417.203047.1321297410457834775.ishii%40postgresql.org Reported-by: Noboru Saito <[email protected]> Reviewed-by: Daniel Gustafs <[email protected]> Backpatch-through: 17
1 parent 1bd08f6 commit 05883bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5334,7 +5334,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
53345334
<xref linkend="libpq-PQprepare"/>,
53355335
<xref linkend="libpq-PQexecPrepared"/>,
53365336
<xref linkend="libpq-PQdescribePrepared"/>,
5337-
<xref linkend="libpq-PQdescribePortal"/>
5337+
<xref linkend="libpq-PQdescribePortal"/>,
53385338
<xref linkend="libpq-PQclosePrepared"/>, and
53395339
<xref linkend="libpq-PQclosePortal"/>
53405340
respectively.

0 commit comments

Comments
 (0)