You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Invalid memory access in various functions.
What data setup do we need to do?
BemiDB(main) with PostgreSQL (REL_17_STABLE).
Valgrind-3.23.0.
To reproduce valgrind warnings follow these steps:
Install Valgrind-3.23.0.
sudo apt-install valgrind
Apply the patch to pg_regress.c. This patch allows make installcheck-world tests to run and be redirected for use with BemiDB. (attached to this tread). Gist with patch.
Describe the bug
Invalid memory access in various functions.
What data setup do we need to do?
BemiDB(main) with PostgreSQL (REL_17_STABLE).
Valgrind-3.23.0.
To reproduce valgrind warnings follow these steps:
Examples of incorrect memory access
Expected behavior
Under Valgrind, the application should run without critical warnings.
Best regards,
Artyom Zarubin
Postgres Professional: https://postgrespro.com/
The text was updated successfully, but these errors were encountered: