homper
homper
Fixed on branch [alter_index_fix](/orioledb/orioledb/tree/alter_index_fix)
Fixed on branch [o_sys_cache_search_datoid_assert_fix](/orioledb/orioledb/tree/o_sys_cache_search_datoid_assert_fix)
Fixed on branch [getsomeattrs_null_fix](/orioledb/orioledb/tree/getsomeattrs_null_fix)
Test added and fixed on branch [github_issue_41](/orioledb/orioledb/tree/github_issue_41).
Fix merged to [main](https://github.com/orioledb/orioledb)
``` PID TTY STAT TIME COMMAND 7457 ? Ss 0:00 /home/homper/pg16/bin/postgres -D /tmp/toast_index_ 7458 ? Ss 0:00 postgres: checkpointer 7459 ? Ss 0:00 postgres: background writer 7460 ? Ss 0:00...
Reproduced on this vagrant box `acntech/xubuntu` Vagrantfile: ```rb Vagrant.configure("2") do |config| config.vm.define "xubuntu" do |xubuntu| xubuntu.vm.box = "acntech/xubuntu" xubuntu.vm.provider "virtualbox" do |vbox| vbox.memory = "4096" vbox.cpus = "4" vbox.gui =...
Should be fixed on [error_on_wrong_db_encoding](https://github.com/orioledb/orioledb/tree/error_on_wrong_db_encoding)
Just to describe the progress of figuring out the exact problem I created a script: **run.sh:** ```bash #!/bin/bash DATADIR=$HOME/pgdata set -e status () { du -bs -- $DATADIR/* | sort...
Fixed on [github_issue_284](https://github.com/orioledb/orioledb/tree/github_issue_284)