project updates

From: Charles Cui <charles(dot)cui1984(at)gmail(dot)com>
To: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>, Aleksandr Parfenov <a(dot)parfenov(at)postgrespro(dot)ru>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: project updates
Date: 2018-07-19 05:12:44
Message-ID: CA+SXE9s6i+R+3RVVdt5RtzX61GrEgYvNZwNougDAUzpGgGnZbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
https://github.com/charles-cui/pg_thrift

Thanks Charles

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-07-19 05:35:42 Re: More consistency for some file-related error message
Previous Message Ashutosh Bapat 2018-07-19 05:11:10 Re: print_path is missing GatherMerge and CustomScan support