Thu Apr 30 08:46:17 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide slonconf.sgml
- Next message: [Slony1-commit] slony1-engine/doc/adminguide addthings.sgml adminscripts.sgml bestpractices.sgml cluster.sgml concepts.sgml ddlchanges.sgml defineset.sgml dropthings.sgml failover.sgml faq.sgml filelist.sgml firstdb.sgml help.sgml installation.sgml intro.sgml legal.sgml listenpaths.sgml locking.sgml loganalysis.sgml logshipping.sgml maintenance.sgml monitoring.sgml partitioning.sgml prerequisites.sgml releasechecklist.sgml reshape.sgml slon.sgml slonconf.sgml slonik_ref.sgml slony.sgml slonyupgrade.sgml startslons.sgml subscribenodes.sgml supportedplatforms.sgml testbed.sgml usingslonik.sgml versionupgrade.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slonik In directory main.slony.info:/tmp/cvs-serv1987/src/slonik Modified Files: Tag: REL_2_0_STABLE slonik.c Log Message: If PGSHARE is provided as part of the environment, then we should use it Index: slonik.c =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v retrieving revision 1.91 retrieving revision 1.91.2.1 diff -C2 -d -r1.91 -r1.91.2.1 *** slonik.c 28 May 2008 18:23:13 -0000 1.91 --- slonik.c 30 Apr 2009 15:46:15 -0000 1.91.2.1 *************** *** 108,112 **** * We need to find a share directory like PostgreSQL. */ ! if (find_my_exec(argv[0],myfull_path) < 0) { strcpy(share_path, PGSHARE); --- 108,112 ---- * We need to find a share directory like PostgreSQL. */ ! if (strlen(PGSHARE) > 0) { strcpy(share_path, PGSHARE);
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide slonconf.sgml
- Next message: [Slony1-commit] slony1-engine/doc/adminguide addthings.sgml adminscripts.sgml bestpractices.sgml cluster.sgml concepts.sgml ddlchanges.sgml defineset.sgml dropthings.sgml failover.sgml faq.sgml filelist.sgml firstdb.sgml help.sgml installation.sgml intro.sgml legal.sgml listenpaths.sgml locking.sgml loganalysis.sgml logshipping.sgml maintenance.sgml monitoring.sgml partitioning.sgml prerequisites.sgml releasechecklist.sgml reshape.sgml slon.sgml slonconf.sgml slonik_ref.sgml slony.sgml slonyupgrade.sgml startslons.sgml subscribenodes.sgml supportedplatforms.sgml testbed.sgml usingslonik.sgml versionupgrade.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list