postgresql/contrib/test_decoding
Tom Lane ea177a3ba7 Remove unportable use of anonymous unions from reorderbuffer.h.
In b89e151054 I had assumed it was ok to use anonymous unions as
struct members, but while a longstanding extension in many compilers,
it's only been standardized in C11.

To fix, remove one of the anonymous unions which tried to hide some
implementation specific enum values and give the other a name. The
latter unfortunately requires changes in output plugins, but since the
feature has only been added a few days ago...

Andres Freund
2014-03-07 17:03:26 -05:00
..
expected Fix test_decoding regression test outputs. 2014-03-05 12:55:43 -05:00
specs Introduce logical decoding. 2014-03-03 16:32:18 -05:00
sql Fix whitespace 2014-03-04 21:53:25 -05:00
.gitignore Introduce logical decoding. 2014-03-03 16:32:18 -05:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
Makefile Introduce logical decoding. 2014-03-03 16:32:18 -05:00
test_decoding.c Remove unportable use of anonymous unions from reorderbuffer.h. 2014-03-07 17:03:26 -05:00