*** a/src/bin/pg_dump/pg_backup_archiver.c
--- b/src/bin/pg_dump/pg_backup_archiver.c
***************
*** 298,304 **** RestoreArchive(Archive *AHX)
  			exit_horribly(modulename, "direct database connections are not supported in pre-1.3 archives\n");
  
  		/* XXX Should get this from the archive */
! 		AHX->minRemoteVersion = 070100;
  		AHX->maxRemoteVersion = 999999;
  
  		ConnectDatabase(AHX, ropt->dbname,
--- 298,304 ----
  			exit_horribly(modulename, "direct database connections are not supported in pre-1.3 archives\n");
  
  		/* XXX Should get this from the archive */
! 		AHX->minRemoteVersion = 70100;
  		AHX->maxRemoteVersion = 999999;
  
  		ConnectDatabase(AHX, ropt->dbname,
