Fix duplicate typedef from commit 0d8c9c121.
authorTom Lane <[email protected]>
Tue, 21 Apr 2020 15:13:05 +0000 (11:13 -0400)
committerTom Lane <[email protected]>
Tue, 21 Apr 2020 15:13:05 +0000 (11:13 -0400)
commit2117c3cb3d51e73290f464ad725fe829c96b9213
tree92a52f955bedf02ac4b4853b18566f4768ded81f
parent67f82e966b524fc0eb44024976c5178612a77fc8
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
src/include/replication/basebackup.h