Was there a bug fix in the COPY command in Version 15?

Поиск
Список
Период
Сортировка
От
Тема Was there a bug fix in the COPY command in Version 15?
Дата
Msg-id 20230201044430.00013F8C.0554@nssys.co.jp
обсуждение исходный текст
Ответы Re: Was there a bug fix in the COPY command in Version 15?  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs
Hello.
 
I had the symptoms when I tried to import a file larger than 2GB with 
the COPY command.

# copy A_TABLE from 'C:/A_TABLE.dat' with BINARY;
could not stat file "A_TABLE.dat": Unknown error

Up until PostgreSQL Version 11..14 it was failing in the same way.

But, Up to Version 10, a 2GB file created with `COPY TO` could be copied 
with `COPY TO`.
However, in Version 15, I recreated the instance and ran the COPY 
command, and it worked.

The command is simple.
> `COPY A_TABLE FROM 'C:/A_TABLE.dat' with BINARY;`

I'm using the Windows version of EDB Binaries.
Did something change in PostgreSQL 15?






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

Предыдущее
От: Bowen Shi
Дата:
Сообщение: Re: BUG #17744: Fail Assert while recoverying from pg_basebackup
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17766: Issue in asc, limit and offset for pagination.