*** src/bin/pg_dump/pg_backup_null.c.orig Sat Mar 24 00:54:54 2001 --- src/bin/pg_dump/pg_backup_null.c Tue Mar 27 09:50:24 2001 *************** *** 98,104 **** static void _PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt) { ! if (*te->dataDumper) { AH->currToc = te; (*te->dataDumper) ((Archive *) AH, te->oid, te->dataDumperArg); --- 98,104 ---- static void _PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt) { ! if (te->dataDumper) { AH->currToc = te; (*te->dataDumper) ((Archive *) AH, te->oid, te->dataDumperArg);