Sandro Santilli
Sandro Santilli
So that didn't work. I wonder if exporting PGOPTIONS='-c lc_messages=C' would have made a difference (too late to test for you?)
You might be right. We actually tried that in the past to for the testsuite of postgis but I've never had confirmation of that to be any effective. I asked...
Was the cache purge implemented in some other way already or is this still a needed feature ?
NOTE: moving the actual data into another table would require updating the DDL triggers to manipulate data in the real table
I've a working version of this rename. The .sql script would create a "shadow" table and copy any pre-existing data there, then turn CDB_TableMetadata into a view. The "from unpackaged"...
I've pushed the change in a new "TableMetadataView" branch, as it might be changed in a later release \cc @kartones
NOTE: the change is one-way only, when using the lib/sql (direct) script loading as a way to upgrade/downgrade
> Now I gotta create a gitlab account You don't, can use your github account to login > resubscribe to the issues I am interested in You probably do. In...
@danielcu888 I can't tell, possibly, you can try reverting the fix and triggering the bug with fractional WKT input.
On Fri, May 29, 2020 at 03:55:02AM -0700, Daniel Cumberbatch wrote: > @strk would test inputs written using WKT in fractional form suffice? Without reading the full ticket, "parse" WKB...