Re: BUG #16127: PostgreSQL 12.1 on Windows 2008 R2 copy table from ‘large 2GB csv’report “Unknown error”

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: leiyanliang(at)highgo(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16127: PostgreSQL 12.1 on Windows 2008 R2 copy table from ‘large 2GB csv’report “Unknown error”
Date: 2019-11-20 15:47:41
Message-ID: 3358.1574264861@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> postgres=# copy github_events from 'd:\large_events.csv' csv;
> ERROR: could not stat file "d:\large_events.csv": Unknown error
> ----->>>Please note this error!!!

> 1. d:\large_events.csv this file is large 2GB

Given that, I wonder if this isn't the same issue being worked
on over here:

https://www.postgresql.org/message-id/flat/15858-9572469fd3b73263(at)postgresql(dot)org
https://commitfest.postgresql.org/25/2189/

If you could help review/test that patch, it would make it more
likely to get fixed soon.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vondra 2019-11-20 16:19:09 Re: BUG #16127: PostgreSQL 12.1 on Windows 2008 R2copy table from ‘large 2GB csv’report “Unknown error”
Previous Message PG Bug reporting form 2019-11-20 15:32:26 BUG #16128: plpython3 missing from F-31-x86_64 download