Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 10/12/16 12:20 PM, Tom Lane wrote:
>> Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
> It looks like this or a related commit has caused these compiler warnings:
> pg_dump.c: In function 'getTypes':
> pg_dump.c:3692:8: error: variable 'i_typoutput' set but not used
> [-Werror=unused-but-set-variable]
>   int   i_typoutput;
>         ^~~~~~~~~~~
> pg_dump.c:3691:8: error: variable 'i_typinput' set but not used
> [-Werror=unused-but-set-variable]
>   int   i_typinput;
>         ^~~~~~~~~~
Ah, I'd not noticed because my compiler doesn't complain.
Will fix, thanks.
            regards, tom lane