hellower

Results 14 comments of hellower

https://github.com/FerretDB/FerretDB frontend: mongodb wire protocol backend: postgresql not yet proudction-ready

check postgresql.conf parameter -> " idle_in_transaction_session_timeout " It's not hikaricp problem.

PLV8 is a TRUSTED Javascript language extension for PostgreSQL. You couldn't use requests module.

os : debian 11 mem: 16gb (test machine) non-docker environment no memory pressure! ( I stopped all test daemons/apps) It seems to be a problem with memory freeing twice. (not...

x86_64 ---------Makefile.linux------------ .phony: v8 ARCH := $(shell uname -m) ifeq ($(ARCH),aarch64) LLVM := https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-aarch64-linux-gnu.tar.xz LLVM_BINPATH := $(shell pwd)/build/clang+llvm-13.0.0-aarch64-linux-gnu ARCH := arm64 endif **ifeq ($(ARCH),x86_64) LLVM := https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04.tar.xz LLVM_BINPATH := $(shell...

"double free or corruption (out)" error is gone using llvm 14.0.0, but another error occurred. (debian-bullseye) =================== using llvm - 14.0.0 ================================= __STAGE__# cat Makefiles/Makefile.linux ``` .phony: v8 ARCH :=...

compile success but a minor error. 1) make # compile good !! 2) make EXECUTION_TIMEOUT=1 # using EXECUTION_TIMEOUT option ``` [1286/1287] STAMP obj/v8.stamp [1287/1287] AR obj/libv8_monolith.a make[1]: Leaving directory '/usr/local/src/plv8-3.0.1'...

When I recompiled, the same error occurred again. (Strangely, this issue only occurs on debian. No problem at all on Ubuntu.) After struggling for a few days, finally found root...

https://github.com/plv8/plv8/issues/445 same issue.

It is fixed in plv8 3.0 ``` test@[local]:5432:test(12:20:25) SQL> \dx List of installed extensions Name | Version | Schema | Description --------------+---------+------------+----------------------------------------------------------------------------------- .......... plv8 | 3.0.0 | pg_catalog | PL/JavaScript...