Re: Improving the names generated for indexes on expressions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-09-16T12:36:34Z
Lists: pgsql-hackers
"David G. Johnston" <david.g.johnston@gmail.com> writes: > I fear consistently exceeding 63 bytes of identifier length if we choose to > display the entire expression in the name. I was worried about that too, but at least among our regression test cases, there are none that come even close to 63 bytes under this proposal. So I think the concern is overblown. regards, tom lane
Commits
-
Improve the names generated for indexes on expressions.
- 181b6185c79e master landed