Wed Aug 4 14:46:33 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: Add comments to all tables and to an increasing population
- Next message: [Slony1-commit] By cbbrowne: Fixed problem with parameter ordering pointed out by Joe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Changed "conventional" port to 5432
Modified Files:
--------------
slony1-engine/tools/altperl:
build_env.pl (r1.2 -> r1.3)
-------------- next part --------------
Index: build_env.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/build_env.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ltools/altperl/build_env.pl -Ltools/altperl/build_env.pl -u -w -r1.2 -r1.3
--- tools/altperl/build_env.pl
+++ tools/altperl/build_env.pl
@@ -35,7 +35,7 @@
die "Host is required" if ( !$tmpHost );
die "database is required" if ( !$tmpDataBase );
die "user is required" if ( !$tmpDataBaseUser );
- $tmpPort = 5532 if ( !$tmpPort );
+ $tmpPort = 5432 if ( !$tmpPort );
$host = $tmpHost if ( !$host );
$dataBase = $tmpDataBase if ( !$dataBase );
if ( !$dataBaseUser ) {
- Previous message: [Slony1-commit] By cbbrowne: Add comments to all tables and to an increasing population
- Next message: [Slony1-commit] By cbbrowne: Fixed problem with parameter ordering pointed out by Joe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list