Don't use anonymous unions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: eaa4070543c2e36f0521f831d051265139875254
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-09-15T04:57:38Z
Releases: 11.0
Don't use anonymous unions.

Commit cc5f81366c36b3dd8f02bd9be1cf75b2cc8482bd introduced a language
feature that is not acceptable to strict C89 compilers.

Thomas Munro

Per buildfarm.

Files

PathChange+/−
src/backend/utils/cache/typcache.c modified +12 −12