Closed robe2 closed 2 years ago
okay I'm mistaken that is a folder path. The path looks right too. so it's probably the permissioning doesn't work. I'll confirm and close out. Weird though doesn't work on my mingw either and that I runs under my account so shouldn't have an issue and has always worked before.
Yeah, it's permissions almost certainly. The postgres process needs access to the location of the data file.
Apologies. Yap permission issue. Only test that fails is the pgsql one, but that one is also because I'm running against a prodcution installed that doesn't allow no password.
Just a note, the tests no longer work for me under mingw64 (postgresql launched with batch script), but that might be the psql change you were alluding to.
So right now I'm getting:
/sources/pgsql_ogr_fdw/data
as the path, where as before, I would get
C:/projects/sources/pgsql_ogr_fdw/data
But I won't reopen since this might be something on my end I need to change in my chimera setup.
On my ubuntu setup, I get this in file.out
Shouldn't there be a file name after the /data/ part