Re: NAMEDATALEN increase because of non-latin languages

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Cc: Денис Романенко <deromanenko(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: NAMEDATALEN increase because of non-latin languages
Date: 2021-08-18 12:20:08
Message-ID: CAOBaU_YY36uPeXAhRi2qjdm5JWfkxyZLx2SGkgwNt9OVAJL5ew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 18, 2021 at 8:04 PM John Naylor
<john(dot)naylor(at)enterprisedb(dot)com> wrote:
>
> >
> > Agreed, but I don't have access to such hardware. However this won't
>
> Well, by "recent" I had in mind something more recent than 2002, which is the time where I see a lot of hits in the archives if you search for this topic.

Yeah, but my current laptop has a tendency to crash after a few minute
if I stress it too much, so I'm still out.

> If you mean the thread "Protect syscache from bloating with negative cache entries", it had activity earlier this year, so I wouldn't give up hope just yet.

Yes that's the thread I was thinking about. I'm not giving up hope
either, but I also don't see it being solved for v15.

> The main thing I'm worried about is the fact that a name would no longer fit in a Datum. The rest I think we can mitigate in some way.

Agreed.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2021-08-18 12:20:45 Re: Window Function "Run Conditions"
Previous Message Daniel Gustafsson 2021-08-18 12:15:18 Re: Is there now an official way to pass column projection to heap AM