babelfish-for-postgresql / babelfish_extensions

Babelfish for PostgreSQL provides the capability for PostgreSQL to work with applications written for Microsoft SQL Server. Babelfish understands the SQL Server wire-protocol and T-SQL, the Microsoft SQL Server query and procedural language, so you don’t have to switch database drivers or rewrite all of your application queries.
https://babelfishpg.org/
Apache License 2.0
277 stars 93 forks source link

[Enhancement]: Setup valgrind testing #42

Open nasbyj opened 2 years ago

nasbyj commented 2 years ago

Contact Details

No response

What this feature/enhancement tries to solve?

We should setup valgrind testing for memory access errors (see issue #38)

If want to provide us a more details about how to implement.

No response

Version

babelfishpg_tsql (Default)

Relevant documentation

No response

Code of Conduct

gopinathpai commented 2 years ago

@laurenz - are you setting up valgrind testing?

laurenz commented 2 years ago

I wouldn't know where to set it up. I have added documentation in the linked pull request.