ORACLE_FDW_0_9_1
版本发布时间: 2013-12-04 23:14:00
laurenz/oracle_fdw最新发布版本:ORACLE_FDW_2_6_0(2023-09-09 01:29:40)
Bugfixes:
- Fix incorrect use of an automatic variable for binding timestamp parameters in Oracle.
- Remove unnecessary lvalue casts.
These violate the C standard and cause errors on gcc 4.
Per report from Dominique Legendre. - Fix lack of support for dropped columns in foreign table.
oracle_fdw incorrectly assumed that the n-th PostgreSQL column corresponds to the n-th Oracle column. This leads to confusion in the presence of dropped columns, which retain an entry inpg_attribute
.
Per report from Dominique Legendre. - Fix typo that caused wrong and negative sizes being assumed for longer Oracle columns.
This led topalloc()
errors and Oracle fetch errors.
Per report from Dominique Legendre.