BUG #16813: error to solve the problem "Windows could not stat file - over 4GB"

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: c_michal(at)poczta(dot)onet(dot)pl
Subject: BUG #16813: error to solve the problem "Windows could not stat file - over 4GB"
Date: 2021-01-07 14:02:06
Message-ID: 16813-a8e5eef1173b3ee7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16813
Logged by: Michal C
Email address: c_michal(at)poczta(dot)onet(dot)pl
PostgreSQL version: 13.1
Operating system: Windows 10 64 bit
Description:

Sorry my english is terrible

I tested part of the solution https://commitfest.postgresql.org/30/2189/
for error
https://www.postgresql.org/message-id/15942-58fbac022aa82a2f@postgresql.org
the above solution should solve this problem as well

my PG version: PostgreSQL 13.1, compiled by Visual C++ build 1914, 64-bit
testing method
step 1:
show data_directory;
step 2:
copy (select
to_char(number,'0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000')
from generate_series(1,1024*1024*2,1) d(number)) to 'C:\Program
Files\PostgreSQL\13\data\my_data_01.txt';
step 3:
with files as (select * from pg_ls_dir('.') f(file) where file ilike
'my_data_01.txt')
, files_info as (select file, (pg_stat_file(file)).* from files)
select * from files_info;
Result is: could not stat file "my_data_01.txt": Unknown error

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-01-07 17:22:44 Re: BUG #16811: Severe reproducible server backend crash
Previous Message Kämpf 2021-01-07 13:00:05 AW: BUG #16806: postgresql10 rpm is installed in the wrong directory