Re: Unable to copy large (>2GB) files using PostgreSQL 11 (Windows) - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: Unable to copy large (>2GB) files using PostgreSQL 11 (Windows)
Date
Msg-id 20181104000405.GA1743@paquier.xyz
Whole thread Raw
In response to Re: Unable to copy large (>2GB) files using PostgreSQL 11 (Windows)  ("Daniel Verite" <daniel@manitou-mail.org>)
List pgsql-bugs
On Sat, Nov 03, 2018 at 12:11:53PM +0100, Daniel Verite wrote:
> But I do get the error when using PG 11.0 packaged by
> EDB and trying the same test on the same machine
> (that is, \copy table from file with a file a bit over 2GB).

This API layer comes from MSVC compilation, mingw has its own way of
handling the stat() layer, which we could perhaps get inspiration
from..
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: Wrong aggregate result when sorting by a NULL value
Next
From: PG Bug reporting form
Date:
Subject: BUG #15485: Order by of inlineable stable function incorrect