justinpryzby
justinpryzby
### What type of bug is this? Unexpected error ### What subsystems and features are affected? Compression ### What happened? We have wide tables (with up to ~1000 columns). When...
The documented ways to use ccache are: 1) symlinks to compiler (but symlinks do not work on windows); 2) prefixing the compiler commandline with "ccache" (it's not clear how to...
This is the behavior when the MSVC project uses ObjectFileName ending with a slash.
That set me back by a bit under 2 hours (a real buildache)
We have a schema which has many small, transient tables. They're never updated, and if they have poor storage use (due to alignment), it's of no concern (because they're relatively...
For example, I'd like to be able to do this, rather than implement the comparison in a shellscript, as I've done. check_postgres --action custom_query -w 140000:150000 --query "SELECT current_setting('server_version_num') AS...
/home/pryzbyj/git/sqlsmith/postgres.cc: In member function 'void dut_libpq::connect(std::string&)': /home/pryzbyj/git/sqlsmith/postgres.cc:318:19: error: 'strlen' was not declared in this scope if (strlen(errmsg)) [pid 6169] execve("/usr/bin/c++", ["/usr/bin/c++", "-std=gnu++1y", "-I/home/pryzbyj/git/sqlsmith", "-isystem", "/usr/pgsql-11/include", "-isystem", "/usr/pgsql-11/include/server", "-c", "-o", "CMakeFiles/sqlsmith.dir/postgres.cc.o",...
### System information Type | Version/Name --- | --- Distribution Name | centos Distribution Version | 7 Kernel Version | 3.10.0-160.21.1.el7 Architecture | x86_64 OpenZFS Version | 2.1.9 ### Describe...
### System information Type | Version/Name --- | --- Distribution Name | Centos Distribution Version | 7 Kernel Version | 5.4.225-1.el7.elrepo Architecture | x86_64 OpenZFS Version | zfs-2.1.6-1 ### Describe...
It'd be more flexible and simpler to pass to postgres the list of columns or index name itself. But I guess you'd want to continue supporting the old way, too,...