From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | jeff(dot)janes(at)gmail(dot)com |
Subject: | BUG #16526: pg_test_fsync in v12 doesn't run in Windows |
Date: | 2020-07-03 16:01:46 |
Message-ID: | 16526-279ded30a230d275@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: 16526
Logged by: Jeff Janes
Email address: jeff(dot)janes(at)gmail(dot)com
PostgreSQL version: 12.3
Operating system: windows 2019
Description:
When I install PG12 on Windows 10 using the EDB installer, pg_test_fsync
doesn't work. But I notice Windows 10 is not officially supported, so I
repeated the exercise with EDB installer on a rented box:
Microsoft Windows Server 2019 with Desktop Experience Locale English AMI
provided by Amazon
And it still doesn't work, see capture from CMD.exe done immediately after
running the EDB installer:
Microsoft Windows [Version 10.0.17763.1282]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>"c:\Program
Files\PostgreSQL\12\bin\pg_test_fsync.exe"
5 seconds per test
O_DIRECT supported on this platform for open_datasync and open_sync.
Compare file sync methods using one 8kB write:
(in wal_sync_method preference order, except fdatasync is Linux's default)
open_datasync pg_test_fsync: error: write failed:
Invalid argument
Note that it abandons the run here it does not just report an error and then
continue.
I'm not in a position to compile on Windows, so I can't run git bisect nor
tell if this is something specific to EDB. But I suspect this rather has
something to do with commit 0ba06e0bfb8cfd24ff17aca92aa72245ddd6c4d7
On v11, this does work. Or at least it runs to completion, I guess the
numbers reported might be bogus, which is why the indicated commit was done.
From | Date | Subject | |
---|---|---|---|
Next Message | Etsuro Fujita | 2020-07-03 17:35:52 | Re: BUG #16500: SQL Abend. select multi_key_columns_range_partition_table |
Previous Message | PG Bug reporting form | 2020-07-03 14:20:57 | BUG #16525: Problème de connexion serveur |