]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing newlines to PQescapeInternal() messages pre-v16.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 May 2025 21:36:47 +0000 (17:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 May 2025 21:36:47 +0000 (17:36 -0400)
commit715241d71fa12a3864ea8c465745025030efdb90
tree9a065fefdbcadd75a3e540cd3760d8230862076f
parent1ba9ffa56eb510b8d9ae57431ad61a9e1a396674
Add missing newlines to PQescapeInternal() messages pre-v16.

While back-patching 9f45e6a91, I neglected that the convention in
pre-v16 libpq was to include a trailing newline in error message
strings (since then, we add those separately).  Add them now.

Reported-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/a9c837ad-d507-4607-94e4-c5743a8f49e0@eisentraut.org
Backpatch-through: 13-15
src/interfaces/libpq/fe-exec.c