Hi mentors and hackers,

    Here is my current working status.
1. Complete the thrift_binary_in and thrift_binary_out functions, so that
users can express their thrift struct using json. These two functions
support both simple data struct and complex data structure like struct and
map. 2. added test cases and document to cover thrift_binary_in and
thrift_binary_out. 3. make the code compile-able from 9.4 to 11.0.

One question though, for custom types, it seems rich operations are also
very important besides storing and expressing using thrift type. What are
the most important operators should I support? Any suggestions?
Here is the updated repo
https://github.com/charles-cui/pg_thrift

Thanks Charles

Reply via email to