Re: [GSoC] working status

From: Aleksander Alekseeev <a(dot)alekseev(at)postgrespro(dot)ru>
To: Charles Cui <charles(dot)cui1984(at)gmail(dot)com>
Cc: 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: Re: [GSoC] working status
Date: 2018-07-09 11:57:40
Message-ID: 20180709145740.36a3d300@e733.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Charles,

> 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.

Thanks for keeping us informed! Though it seems that the code is a
little bit broken at the moment:

```
pg_thrift.c:1313:26: error: too few arguments to function
‘array_create_iterator’ ArrayIterator iter =
array_create_iterator(parray, 0); ^~~~~~~~~~~~~~~~~~~~~
In file included from pg_thrift.c:5:
.../postgresql-install/include/server/utils/array.h:418:22:
note: declared here extern ArrayIterator
array_create_iterator(ArrayType *arr, int slice_ndim, ArrayMetaState
*mstate); ^~~~~~~~~~~~~~~~~~~~~
```

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseeev 2018-07-09 12:16:04 Re: [GSoC] working status
Previous Message Ashutosh Bapat 2018-07-09 11:43:09 Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.