Steve Nicolai <[EMAIL PROTECTED]> writes:
> diff -u -r1.5 pg_backup_null.c
> --- src/bin/pg_dump/pg_backup_null.c    2001/03/22 04:00:13     1.5
> +++ src/bin/pg_dump/pg_backup_null.c    2001/03/24 22:00:07
> @@ -98,7 +98,7 @@
>  static void
>  _PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt)
>  {
> -       if (*te->dataDumper)
> +       if (te->dataDumper)
>         {
>                 AH->currToc = te;
>            (*te->dataDumper) ((Archive *) AH, te->oid, te->dataDumperArg);

> Sun's cc complains that *te->dataDumper is not a scalar type.

Applied.  Thanks!

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to