Skip to content

Use Redshift OIDs#1317

Merged
arp242 merged 2 commits intomasterfrom
prequel-co/master
Apr 8, 2026
Merged

Use Redshift OIDs#1317
arp242 merged 2 commits intomasterfrom
prequel-co/master

Conversation

@arp242
Copy link
Copy Markdown
Collaborator

@arp242 arp242 commented Apr 8, 2026

The current oid package is a static list of type oids, which may be
different per PostgreSQL database or PostgreSQL-compatible database.

This is kind of a stop-gap solution: the Real Fix™ would be to include a
static list of common types (text, int, etc.) and fetch the rest from
pg_setting on-demand. That's a larger rewrite (#1316).

Based on #1291

niger-prequel and others added 2 commits April 8, 2026 14:57
The current oid package is a static list of type oids, which may be
different per PostgreSQL database or PostgreSQL-compatible database.

This is kind of a stop-gap solution: the Real Fix™ would be to include a
static list of common types (text, int, etc.) and fetch the rest from
pg_setting on-demand. That's a larger rewrite (#1316).

Based on #1291
Not really needed/useful any more.
@arp242 arp242 merged commit 6b5a672 into master Apr 8, 2026
14 checks passed
@arp242 arp242 deleted the prequel-co/master branch April 8, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants