Re: BUG #18111: Query hangs when trying to INSERT empty string into NOT NULL table

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: BUG #18111: Query hangs when trying to INSERT empty string into NOT NULL table
Дата
Msg-id geuw5ij7jijo4jovo2ds3bw2mml6eyzqzcm6m6fazsb4da3ikz@ltnsbx6vvrah
обсуждение исходный текст
Ответ на BUG #18111: Query hangs when trying to INSERT empty string into NOT NULL table  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
Hi,

On Fri, Sep 15, 2023 at 09:00:31AM +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> PostgreSQL version: 15.1
>
> Steps to reproduce:
>
> 1.CREATE TABLE texttable (col1 TEXT NOT NULL);
> 2.INSERT INTO texttable (col1) VALUES ('');
>
> Query hangs indefinitely.
> For NULL column it works as expected.

It seems very unlikely to be a bug in postgres.  I can't reproduce it on either
latest minor version for pg 15 or on HEAD.  Have you checked in
pg_stat_activity and/or pg_locks why the query is waiting on?  Maybe you have
some other extension or are using a fork that's responsible for this behavior?

In any case, the version 15.1 is missing 3 minor versions, so about 9 months
worth of bug fixes.  You should start by updating to 15.4 first and see if you
still have the problem.



В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18112: pgstattuple of sequence failed
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #18080: to_tsvector fails for long text input