Tudor Zaharia
Tudor Zaharia
Update 2025.11.17: 1. I've linked `libssl/libcrypto` statically directly to the `pgcrypto` extension, but some of the tests are failing. 2. I am doubting that this is the right approach tough....
Hey @alexvyber thank you for this! We would like to keep the PostgreSQL experience of letting the user activate each extension explicitly with the same mechanism of running `CREATE EXTENSION...
I'm not sure I understand which code throws that error?
Done in #757
Related https://github.com/electric-sql/pglite/issues/708
Possible cause: during the initial handshake, PostgreSQL will report GUC Options but only if they haven't been reported already. ``` static void ReportGUCOption(struct config_generic *record) { char *val = ShowGUCOption(record,...
@itsWill Is it possible to set `Postgrex` (I guess through https://github.com/elixir-ecto/db_connection) to use a single connection for all the queries? PGlite is single connection at the moment, so any client...
@itsWill please try again with the latest PGlite version.
I want to help! Will try to have a look in the weekend, can't promise anything though!
I can't even seem to be able to build libwebrtc m120 on Ubuntu 22.04: ``` ../../modules/audio_processing/agc2/adaptive_digital_gain_controller_unittest.cc:107:41: error: no member named 'log10f' in namespace 'std'; did you mean simply 'log10f'? 107...