diff options
author | Peter Bex <peter@more-magic.net> | 2024-09-12 18:46:04 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2024-09-12 18:46:04 +0200 |
commit | c1a36cc2c67de45c4f6db6ecd2cc9102c5170ba2 (patch) | |
tree | 545158a192d2ac7d53373626bd21e9023dd0aef8 /feature-tests | |
parent | 54cf30131d9cb64588d7a0a27d34653681cbd567 (diff) | |
download | chicken-postgresql-c1a36cc2c67de45c4f6db6ecd2cc9102c5170ba2.tar.gz |
Fix a few tests that no longer work in newer Postgres versions4.1.5
The WITH(OIDS=true) attribute for CREATE TABLE is no longer supported
since version 12. So simply don't run the test for inserted-oid.
I *think* this means the inserted-oid procedure is completely useless
now, but I'm not 100% sure.
The pg_type table has grown a "oid" column in 9.3 which comes before
the "typename" column, which used to be the first. So the test is a
bit too tightly coupled to the postgres system catalog. Move the test
to where we create actual tables and use it on that, instead.
Diffstat (limited to 'feature-tests')
0 files changed, 0 insertions, 0 deletions