aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-03-07 17:02:48 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-03-07 17:03:26 -0500
commitea177a3ba7a7901f6467eadb0a407e03d46462fd (patch)
treeeab3ef55a25f72fe0ea2941cb0c2251e45d2db78 /doc/src
parent83204e100c7855a50ccffd761bcd45474955b5fb (diff)
downloadpostgresql-ea177a3ba7a7901f6467eadb0a407e03d46462fd.tar.gz
postgresql-ea177a3ba7a7901f6467eadb0a407e03d46462fd.zip
Remove unportable use of anonymous unions from reorderbuffer.h.
In b89e151054a 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
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions