Re: [HACKERS] Custom compression methods

Поиск
Список
Период
Сортировка
От Ildus Kurbangaliev
Тема Re: [HACKERS] Custom compression methods
Дата
Msg-id 20180906182713.502e1107@wp.localdomain
обсуждение исходный текст
Ответ на Re: [HACKERS] Custom compression methods  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: [HACKERS] Custom compression methods  (Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>)
Список pgsql-hackers
On Mon, 23 Jul 2018 16:16:19 +0300
Alexander Korotkov <a.korotkov@postgrespro.ru> wrote:

> 
> I'm going to review this patch.  Could you please rebase it?  It
> doesn't apply for me due to changes made in src/bin/psql/describe.c.
> 
> patching file src/bin/psql/describe.c
> Hunk #1 FAILED at 1755.
> Hunk #2 FAILED at 1887.
> Hunk #3 FAILED at 1989.
> Hunk #4 FAILED at 2019.
> Hunk #5 FAILED at 2030.
> 5 out of 5 hunks FAILED -- saving rejects to file
> src/bin/psql/describe.c.rej
> 
> Also, please not that PostgreSQL 11 already passed feature freeze some
> time ago.  So, please adjust your patch to expect PostgreSQL 12 in the
> lines like this:
> 
> + if (pset.sversion >= 110000)
> 
> ------
> Alexander Korotkov
> Postgres Professional: http://www.postgrespro.com
> The Russian Postgres Company
> 

Hi, attached latest set of patches. Rebased and fixed pg_upgrade errors
related with zlib support.

-- 
---
Ildus Kurbangaliev
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: remove ancient pre-dlopen dynloader code
Следующее
От: Jeremy Finzel
Дата:
Сообщение: Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data