Re: logical changeset generation v6.2

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: logical changeset generation v6.2
Дата
Msg-id 20130930224431.GF30125@awork2.anarazel.de
обсуждение исходный текст
Ответ на logical changeset generation v6  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: logical changeset generation v6.2  (Steve Singer <steve@ssinger.info>)
Re: logical changeset generation v6.2  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

The series from friday was a bit too buggy - obviously I was too
tired. So here's a new one:

* fix pg_recvlogical makefile (Thanks Steve)
* fix two commits not compiling properly without later changes (Thanks Kevin)
* keep track of commit timestamps
* fix bugs with option passing in test_logical_decoding
* actually parse option values in test_decoding instead of just using the
  option name
* don't use anonymous structs in unions. That's compiler specific (msvc
  and gcc) before C11 on which we can't rely. That unfortunately will
  break output plugins because ReorderBufferChange need to qualify
  old/new tuples now
* improve error handling/cleanup in test_logical_decoding
* some minor cleanups

Patches attached, git tree updated.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: pgbench - exclude pthread_create() from connection start timing
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE