postgresql-interfaces/psqlodbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: RamaTripathi (@RamaTripathi) <[email protected]>
To: postgresql-interfaces/psqlodbc <[email protected]>
Subject: [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
Date: Fri, 12 Jun 2026 09:08:05 +0000
Message-ID: <[email protected]> (raw)
## Bug Summary
The `catalogfunctions` regression test crashes (exits code 1, no TAP output)
when run under `make installcheck-all` with the specific combination:
- `UseServerSidePrepare=0`
- `Protocol=7.4-1`
on **Rocky Linux 10 (EL10)** with **PostgreSQL 16.14/18.4 Latest Postgres Patch versions**.
All other 50 tests in the same run pass. The same `catalogfunctions` test
passes with every other config combination.
---
## Environment
| | |
|---|---|
| **psqlodbc** | REL-18_00_0001 |
| **PostgreSQL** | 16.14 |
| **OS** | Rocky Linux 10 (EL10), x86_64 |
| **Compiler** | GCC 14 (redhat hardened flags) |
| **unixODBC** | system-provided |
---
## How to Reproduce
```sh
# Inside psqlodbc-REL-18_00_0001/test/
make installcheck odbc_ini_extras="UseDeclareFetch=0 UseServerSidePrepare=0 Protocol=7.4-1"
The failure is only at the intersection of UseServerSidePrepare=0 and Protocol=7.4-1. Both conditions must be present.
The catalogfunctions test binary exits code 1 with no output:
catalogfunctions ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
catalogfunctions (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
make[1]: *** [Makefile:33: installcheck] Error 1
make: *** [Makefile:71: installcheck-all] Error 2
view thread (6+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://postgresql-interfaces/psqlodbc
Cc: [email protected], [email protected]
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: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox