[GSoC] working status

From: Charles Cui <charles(dot)cui1984(at)gmail(dot)com>
To: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>, Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [GSoC] working status
Date: 2018-07-09 01:38:27
Message-ID: CA+SXE9ug7JfxNH0nw8fcDfz1G+YrLYX89okcaZmLCxCNdEq2YQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi mentors and hackers,

The second review is coming. Here is my working status so far. 1.
Complete the thrift compact protocol implementation using bytea interface.
2. Thrift type (binary protocol) is almost done, the only remaining part is
struct encoding and decoding. With the thrift type, you can express your
thrift struct using json, but stored using thrift bytes.
3. Set up travis CI. 4. better documents.
Here is the repo with all recent changes
(https://github.com/charles-cui/pg_thrift)
Let me know if you have any questions.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-07-09 01:47:53 Re: pgsql: Add wait event for fsync of WAL segments
Previous Message Michael Paquier 2018-07-09 01:34:20 Re: Copy function for logical replication slots