Todd

Results 111 comments of Todd

Trying to maybe keep things on 12 to avoid just deleting the database like normal so running: ``` /usr/local/opt/postgresql@12/bin/pg_ctl -D /usr/local/var/postgresql@12/ -l logfile start ``` ``` /usr/bin/install -c -m 755...

Thanks @mfreed the frustrating thing is I didn't request to update timescaledb or postgresql... rather I went to install a package in brew and then all of this happened... so...

what a mess :( i also had to do this: ``` ln -s /usr/local/Cellar/postgresql@12/12.5/include/libpq-fe.h /usr/local/Cellar/postgresql@12/12.5/include/server/libpq-fe.h ``` Now i am past missing header issues but now I have this: ``` Last...

looks like timescale has given up on brew ? https://docs.timescale.com/latest/getting-started/installation

Seems like checking out timescaledb and running the same commands - the main things missing is that postgresql@12 must be linked so things like pg_config are found...

``` git checkout 2.0.x Branch '2.0.x' set up to track remote branch '2.0.x' from 'origin'. Switched to a new branch '2.0.x' taf2~/work/timescaledb (2.0.x)> vim ../homebrew-tap/ .git/ timescaledb-tools.rb timescaledb.rb taf2~/work/timescaledb (2.0.x)>...

after reworking all the possible NULL errors in /Users/taf2/work/timescaledb/src/subspace_store.c - i have it built... i guess these should be bugs reported to the core timescaledb project but feels like it's...

@mrz1836 not saying it's correct or pretty ( would definitely not deploy to a production env with this) but my patches are working for me for local development...

Additionally almost any Salesforce application would never be able to use this feature because salesforce visualforce, opencti all sandbox applications in an embedded iframe...

I think this PR will address this issue: https://github.com/taf2/curb/pull/455