| From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: logical changeset generation v6.2 |
| Date: | 2013-09-30 22:44:31 |
| Message-ID: | 20130930224431.GF30125@awork2.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2013-09-30 22:45:47 | Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE |
| Previous Message | Noah Misch | 2013-09-30 22:36:21 | Re: pgbench - exclude pthread_create() from connection start timing |