Fixed bugs in this release:
- Call datatype input functions of varlena types with its correct signature (fix by novakka4096)
- Better handling when reading datums from tuple slots. The former code will have problems
when reading virtual tuples, which this fix corrects. (code by knovak)
Improvements/Code:
- Improve/fix support for older PostgreSQL releases