From db81b3bd01c7632cb7407b09e1fa27b04ff4c8b0 Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Thu, 26 Feb 2026 09:16:33 -0500 Subject: [PATCH] [#290] Special case Postgres ODBC setup for EL9 --- 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 ef8a620..a14fefe 100644 --- a/irods_testing_environment/odbc_setup.py +++ b/irods_testing_environment/odbc_setup.py @@ -254,7 +254,7 @@ def configure_odbc_driver_rockylinux_9_postgres_16(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_rockylinux_9_postgres_17(csp_container, odbc_driver): """Configure ODBC driver for postgres 17 on rockylinux 9.