]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: skip target_session_attrs with libpw < 14 1022/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 10 Mar 2025 23:26:23 +0000 (00:26 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 10 Mar 2025 23:26:23 +0000 (00:26 +0100)
commitd4c4ae0cf0f1f9874b1accc2eab67d9e9a9dc6e9
tree695051dcaf3359c8221f1c4e13a2aa280183d7bb
parent4bc778924151ec53d2713f2d121700584aaefa5e
test: skip target_session_attrs with libpw < 14

Only one test fails with the currently "oldest" libpq, which is 10.2,
however the docs in libpq 13 are not explicit in which modes are
supported and, afaics, 'replica' shouldn't work either.

https://www.postgresql.org/docs/13/libpq-connect.html
tests/test_connection.py
tests/test_connection_async.py