diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-04-21 11:13:05 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-04-21 11:13:05 -0400 |
commit | 2117c3cb3d51e73290f464ad725fe829c96b9213 (patch) | |
tree | 92a52f955bedf02ac4b4853b18566f4768ded81f /src/backend/utils/adt/arrayfuncs.c | |
parent | 67f82e966b524fc0eb44024976c5178612a77fc8 (diff) | |
download | postgresql-2117c3cb3d51e73290f464ad725fe829c96b9213.tar.gz postgresql-2117c3cb3d51e73290f464ad725fe829c96b9213.zip |
Fix duplicate typedef from commit 0d8c9c121.
Older gcc versions don't like duplicate typedefs, so get rid of
that in favor of doing it like we do it elsewhere, ie just use
a "struct" declaration when trying to avoid importing a whole
header file.
Also, there seems no reason to include stringinfo.h here at all,
so get rid of that addition too.
Discussion: https://postgr.es/m/27239.1587415696@sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions