From: Tatsuo Ishii Date: Fri, 18 Apr 2025 00:35:35 +0000 (+0900) Subject: Doc: fix missing comma at the end of a line. X-Git-Tag: REL_17_5~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a0650d359c5981270039eeb634c3b7427aa0af5;p=thirdparty%2Fpostgresql.git 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 Reviewed-by: Daniel Gustafs Backpatch-through: 17 --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 789a6ec2486..ab296b6f87b 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5070,7 +5070,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length); , , , - + , , and respectively.