We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0967057 commit f2c8f27Copy full SHA for f2c8f27
src/bin/pg_dump/pg_backup_null.c
@@ -17,7 +17,7 @@
17
*
18
19
* IDENTIFICATION
20
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_null.c,v 1.5 2001/03/22 04:00:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_null.c,v 1.6 2001/03/24 23:11:14 tgl Exp $
21
22
* Modifications - 09-Jul-2000 - pjw@rhyme.com.au
23
@@ -98,7 +98,7 @@ _EndData(ArchiveHandle *AH, TocEntry *te)
98
static void
99
_PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt)
100
{
101
- if (*te->dataDumper)
+ if (te->dataDumper)
102
103
AH->currToc = te;
104
(*te->dataDumper) ((Archive *) AH, te->oid, te->dataDumperArg);
0 commit comments