Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion irods_testing_environment/odbc_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down