Re: Unable to copy large (>2GB) files using PostgreSQL 11 (Windows)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Daniel Verite <daniel(at)manitou-mail(dot)org>
Cc: Alistair Johnson <alistair(dot)e(dot)w(dot)j(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Unable to copy large (>2GB) files using PostgreSQL 11 (Windows)
Date: 2018-11-04 00:04:05
Message-ID: 20181104000405.GA1743@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-11-04 00:11:29 BUG #15485: Order by of inlineable stable function incorrect
Previous Message Andres Freund 2018-11-03 23:08:37 Re: Wrong aggregate result when sorting by a NULL value