project updates - Mailing list pgsql-hackers

From Charles Cui
Subject project updates
Date
Msg-id CA+SXE9s6i+R+3RVVdt5RtzX61GrEgYvNZwNougDAUzpGgGnZbQ@mail.gmail.com
Whole thread Raw
Responses Re: project updates  (Aleksander Alekseeev <a.alekseev@postgrespro.ru>)
List pgsql-hackers
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

Thanks Charles  

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: print_path is missing GatherMerge and CustomScan support
Next
From: Michael Paquier
Date:
Subject: Re: More consistency for some file-related error message