Re: logical changeset generation v4

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: logical changeset generation v4
Дата
Msg-id 50F4DD0D.5090604@catalyst.net.nz
обсуждение исходный текст
Ответ на logical changeset generation v4  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: logical changeset generation v4  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Список pgsql-hackers
On 15/01/13 14:38, Andres Freund wrote:
> Hi everyone,
>
> Here is the newest version of logical changeset generation.
>
>



I'm quite interested in this feature - so tried applying the 19 patches 
to the latest 9.3 checkout. Patch and compile are good.

However portals seem busted:

bench=# BEGIN;
BEGIN
bench=# DECLARE c1 CURSOR FOR SELECT * FROM pgbench_accounts;
DECLARE CURSOR
bench=# FETCH 2 FROM c1; aid | bid | abalance | filler

-----+-----+----------+---------------------------------------------------------
-----------------------------   1 |   1 |        0 |
   2 |   1 |        0 |

(2 rows)

bench=# DELETE FROM pgbench_accounts WHERE CURRENT OF c1;
The connection to the server was lost. Attempting reset: Failed.




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

Предыдущее
От: Gurjeet Singh
Дата:
Сообщение: Re: count(*) of zero rows returns 1
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: logical changeset generation v4