Hi
TimescaleDB version: 2.12.2
PostgreSQL version: pg14
Other software:
OS: Ubuntu
Platform:
Install method: via apt install
Environment: Hetzner server
I.m encountering the following error when doing a basic sql insert into a table. Im running this insert from the psql command line.
WARNING: function _timescaledb_internal.insert_blocker() is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version.
and then returns an EOF error.
thanks
Aoshi