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

From: <h-shibata(at)nssys(dot)co(dot)jp>
To: <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Was there a bug fix in the COPY command in Version 15?
Date: 2023-02-08 03:02:19
Message-ID: 20230208030219.00023E34.0662@nssys.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> All that has been mainly influenced by bed907, available since v14, so
> the failure with COPY for files larger than 4GB (not 2GB) should not
> be seen for 14 and newer versions.
>
> See for example this thread that shows the same report:
> https://www.postgresql.org/message-id/15858-9572469fd3b73263%40postgresql.org

I was mistaken.
I have confirmed that COPY over 2GB succeeds even with version 14 (
latest).

It seems that the argument type specified in the fstat function has been
redefined from 32 bits to 64 bits and resolved.

Thank you for your comment.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robins Tharakan 2023-02-08 05:51:54 Re: BUG #17781: Assert in setrefs.c
Previous Message Tom Lane 2023-02-07 23:26:57 Re: BUG #17781: Assert in setrefs.c