Re: [PATCH] Fix incorrect fprintf usage in log_error FRONTEND path
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bryan Green <dbryan.green@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-10-13T21:59:37Z
Lists: pgsql-hackers
Bryan Green <dbryan.green@gmail.com> writes: > The problem: > - FRONTEND path: fprintf(stderr, fmt, ap) - incorrect > - non-FRONTEND path: write_stderr(fmt, ap) - also incorrect > The first patch only addressed the fprintf issue. The v2 patch > addresses both. Actually, you'd managed to drop the fprintf->vfprintf change :-(. I fixed that, pgindent'd it, wordsmithed the commit message, and pushed. Many thanks for finding this! regards, tom lane
Commits
-
Fix incorrect message-printing in win32security.c.
- f91666c836dd 15.15 landed
- e91eb4ad66c9 14.20 landed
- b48ae226e6c3 18.1 landed
- 9883e3cd1c61 16.11 landed
- 75a555d61b3b 13.23 landed
- 4c53519e15da 17.7 landed
- 03bf7a12c5a4 19 (unreleased) landed