Are you building your own postgis and this is during regression testing? Did you build your own PostgreSQL?
I think I’ve run into that issue before when I was testing against my meson built PostgreSQL. I think it might be those additional // causing the issue. e.g. has /tmp/pgis_reg/pgis_reg_tmp//test_4_tmp instead of /tmp/pgis_reg/pgis_reg_tmp/test_4_tmp I haven’t switched back to my meson build to confirm that is it. From: Dapeng Wang <wangdapeng20191...@gmail.com> Sent: Thursday, November 14, 2024 2:18 AM To: PostGIS Users Discussion <postgis-users@lists.osgeo.org> Subject: The win postgis check Hi everyone, I encountered two errors while running PostGIS checks on the Windows platform, both related to the COPY command. +ERROR: could not open file "/tmp/pgis_reg/pgis_reg_tmp//test_4_tmp" for writing: No such file or directory What should I do? I have already made sure there are no file permission issues.