credativ / informix_fdw

Foreign Data Wrapper for Informix Databases
Other
28 stars 5 forks source link

Tuple Slot Reading #22

Closed ghost closed 5 years ago

ghost commented 6 years ago

Changing how values from tuple slots are read by using the slot_getattr() function instead of accessing tts_values directly. For non-virtual tuples, the values in tts_values may not be initialized, which slot_getattr() considers and corrects.

Closes #21