~ubuntu-branches/ubuntu/trusty/postgresql-8.4/trusty

« back to all changes in this revision

Viewing changes to src/bin/pg_dump/pg_backup_tar.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 *
18
18
 * IDENTIFICATION
19
 
 *              $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.64 2009/03/26 22:26:07 petere Exp $
 
19
 *              $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.65 2009/06/04 19:16:48 tgl Exp $
20
20
 *
21
21
 *-------------------------------------------------------------------------
22
22
 */
549
549
                        die_horribly(AH, modulename, "internal error -- neither th nor fh specified in tarReadRaw()\n");
550
550
        }
551
551
 
552
 
#if 0
553
 
        write_msg(modulename, ngettext("requested %d byte, got %d from lookahead and %d from file\n",
554
 
                                                                   "requested %d bytes, got %d from lookahead and %d from file\n",
555
 
                                                                   reqLen),
556
 
                          reqLen, used, res);
557
 
#endif
558
 
 
559
552
        ctx->tarFHpos += res + used;
560
553
 
561
554
        return (res + used);