Philip J Spence writes:
> Also src/bin/pg_dump/pg_backup_null.c (line 101 in RC1)
>
> if (*te->dataDumper)
>
> is considered an error
>
> "pg_backup_null.c", line 101: controlling expressions must have scalar
> type
>
> This needs to be changed to
>
> if (*te->dataDumper != NULL)
>
> to placate the compiler.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/