Defer oid and typarray to stage when an extension is supported#649
Defer oid and typarray to stage when an extension is supported#649mp911de merged 1 commit intopgjdbc:mainfrom
Conversation
|
Care to elaborate what this change achieves other than delaying the lookup? |
Apologies. Our application connects to Redshift which is compatible with PostgreSQL 8.0.2. Unfortunately, that version does not have This fix handles that by only attempting to get the *edited to fix minor typo |
|
Thanks for the insight. I wasn't aware that |
|
The richest corporation in the world had 14 years time to keep up with 14 new awesome Postgres versions since 2010... but they didn't want to? At least Amazon Aurora is current these days and saves a bit of the cost 😅 Wouldn't ClickHouse be the modern choice if OLAP has to run on AWS? 🤔 |
Co-authored-by: Chris Hall <chris@commercesignals.com> [#649]
|
Thank you for your contribution. That's merged and backported now. |
Addresses #631.