From 4a0650d359c5981270039eeb634c3b7427aa0af5 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 18 Apr 2025 09:35:35 +0900 Subject: [PATCH] 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 --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.