Skip to content

remove psql libraries, they did not support PSQL 12

Marcin requested to merge mi_support_postgres12_remove_c_codes into master

Postgres C-api has changed significally between v10 and v12. Utils libraries has stoped to compile with Postgres v12. Because the libraries were not used they were removed, instead of adopted to new version.

Merge request reports