postgresql/src/include/replication
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
..
basebackup.h Allow BASE_BACKUP to be throttled 2014-02-27 18:55:57 -03:00
decode.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
logical.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
logicalfuncs.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
output_plugin.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
reorderbuffer.h Remove unportable use of anonymous unions from reorderbuffer.h. 2014-03-07 17:03:26 -05:00
slot.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
snapbuild.h Introduce logical decoding. 2014-03-03 16:32:18 -05:00
syncrep.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
walreceiver.h Introduce replication slots. 2014-01-31 22:45:36 -05:00
walsender_private.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
walsender.h Update copyright for 2014 2014-01-07 16:05:30 -05:00