We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3bee0a4 commit1e6bd55Copy full SHA for 1e6bd55
src/bin/pg_dump/pg_backup_custom.c
@@ -19,7 +19,7 @@
19
*
20
21
* IDENTIFICATION
22
- *$PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_custom.c,v 1.43 2009/07/21 21:46:10 tgl Exp $
+ *$PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_custom.c,v 1.44 2009/08/24 14:15:09 alvherre Exp $
23
24
*-------------------------------------------------------------------------
25
*/
@@ -441,7 +441,6 @@ _PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt)
441
intid;
442
lclTocEntry*tctx= (lclTocEntry*)te->formatData;
443
intblkType;
444
-intfound=0;
445
446
if (tctx->dataState==K_OFFSET_NO_DATA)
447
return;
@@ -450,8 +449,6 @@ _PrintTocData(ArchiveHandle *AH, TocEntry *te, RestoreOptions *ropt)
450
449
{
451
/* Skip over unnecessary blocks until we get the one we want. */
452
453
-found=0;
454
-
455
_readBlockHeader(AH,&blkType,&id);
456
457
while (id!=te->dumpId)