| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Michael Paquier <michael(at)paquier(dot)xyz> |
| Cc: | Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Miscellaneous message fixes |
| Date: | 2026-02-10 22:17:13 |
| Message-ID: | 3974197.1770761833@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Michael Paquier <michael(at)paquier(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2026-02-10 22:23:03 | Re: Decoupling our alignment assumptions about int64 and double |
| Previous Message | Euler Taveira | 2026-02-10 22:05:30 | Re: log_min_messages per backend type |