Re: Miscellaneous message fixes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2026-02-10T22:17:13Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > Right, I had a brain fart on this one. Using "%s"."%s" where the > namespace and object names were independently quoted is also not > project style. At the end, I have removed the quote_identifier() > calls altogether, and reduced the number of quotes in the error > strings, leading to f33c58577422 as a result. If there is anything > else, please let me know. Yeah, f33c58577422 looks like what we've done elsewhere. OK by me. regards, tom lane
Commits
-
Fix grammar in short description of effective_wal_level.
- a596d27d8079 19 (unreleased) landed
-
Simplify some log messages in extended_stats_funcs.c
- f33c58577422 19 (unreleased) landed