From 26aed5d7801eafb633e1562abc000488e2ff0a05 Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Mon, 2 Mar 2026 14:38:10 -0500 Subject: [PATCH] [#293] Special case Postgres ODBC setup for EL8 --- irods_testing_environment/odbc_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irods_testing_environment/odbc_setup.py b/irods_testing_environment/odbc_setup.py index a14fefe..1bd4a14 100644 --- a/irods_testing_environment/odbc_setup.py +++ b/irods_testing_environment/odbc_setup.py @@ -182,7 +182,7 @@ def configure_odbc_driver_almalinux_8_postgres_14(csp_container, odbc_driver): csp_container -- docker container on which the iRODS catalog service provider is running odbc_driver -- path to local archive file containing the ODBC driver package """ - configure_postgres_odbc_driver(csp_container, odbc_driver) + make_postgres_odbcinst_ini(csp_container) def configure_odbc_driver_almalinux_8_postgres_16(csp_container, odbc_driver): """Configure ODBC driver for postgres 16 on almalinux 8.