Skip to content

Commit 4a0650d

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 <noborusai@gmail.com> Reviewed-by: Daniel Gustafs <daniel@yesql.se> Backpatch-through: 17
1 parent 3424c10 commit 4a0650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5070,7 +5070,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
50705070
<xref linkend="libpq-PQprepare"/>,
50715071
<xref linkend="libpq-PQexecPrepared"/>,
50725072
<xref linkend="libpq-PQdescribePrepared"/>,
5073-
<xref linkend="libpq-PQdescribePortal"/>
5073+
<xref linkend="libpq-PQdescribePortal"/>,
50745074
<xref linkend="libpq-PQclosePrepared"/>, and
50755075
<xref linkend="libpq-PQclosePortal"/>
50765076
respectively.

0 commit comments

Comments
 (0)