Closed dnskvlnk closed 2 weeks ago
Fix clang compiler errors
This patch fixes multiple errors produced by clang:
Also, this patch adds an ability to build gpdb in a docker container using clang
What about creating a new dockerfile for clang? We need to check compilation only. It's redundant to run make install and mocking tests two times.
make install
The fix will be split into several PRs
Fix clang compiler errors
This patch fixes multiple errors produced by clang:
Also, this patch adds an ability to build gpdb in a docker container using clang