Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 18 Jun 2026 14:28:51 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #191: catalogfunctions test exits with code 1 (no output) with UseServerSidePrepare=0 + Protocol=7.4-1 on EL10 / Rocky Linux 10 In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 4742975868 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 191 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/191#issuecomment-4742975868 Content-Type: text/plain; charset=utf-8 I can't replicate this All 51 tests pass — clean run with freshly generated odbc.ini/odbcinst.ini containing UseDeclareFetch=0 UseServerSidePrepare=0 Protocol=7.4-1. ▸ Credits: 0.83 • Time: 11s ──────────────────────────────────────────────────────────────────────────────────────────────────────────── what version of psql odbc and postgres are being used for this test ● Shell ssh -i ~/Downloads/davecr.pem -o StrictHostKeyChecking=no rocky@98.86.162.198 'cd ~/psqlodbc && git describe --tags 2>/dev/null || git log --oneline -1; echo "---"; /usr/local/pgsql/bin/psql --version' REL-18_00_0001 --- psql (PostgreSQL) 18.4 - psqlODBC: REL-18_00_0001 - PostgreSQL: 18.4 (built from REL_18_STABLE with --with-libxml)