Hello, > We use pgpool-II and wanted to populate our local repository with the > pgpool-II > 3.0.3. But, we found that there is some difference in the 3.0.3 archive and > the > sources from CVS tag V3_0_3. Repository contains a few extra files. > > > Wondering why this difference? Also, which one should we use, so that in > future > if we want to merge our local repo with the pgpool-II CVS, it goes ahead > without > any problem.
I've checked the difference. The difference is as follows: -pgpool-II-3.0.3-targz +pgpool-II-3.0.3-export |-- AUTHORS |-- COPYING |-- ChangeLog @@ -22,10 +22,13 @@ |-- configure.in |-- depcomp |-- doc +| |-- basebackup.sh | |-- pgpool-en.html | |-- pgpool-ja.css | |-- pgpool-ja.html | |-- pgpool.css +| |-- pgpool_remote_start +| |-- recovery.conf.sample | |-- tutorial-en.html | |-- tutorial-ja.html | |-- where_to_send_queries.odg @@ -157,6 +160,7 @@ |-- ps_status.c |-- recovery.c |-- redhat +| |-- pgpool.conf.sample.patch | |-- pgpool.init | `-- pgpool.sysconfig |-- sample @@ -178,11 +182,15 @@ | | `-- pgpool-regclass.sql.in | |-- pgpool-walrecrunning | | |-- Makefile +| | |-- README | | |-- pgpool-walrecrunning.c | | `-- pgpool-walrecrunning.sql.in | `-- system_db.sql |-- strlcpy.c |-- test +| |-- C +| | |-- Makefile +| | `-- test_extended.c | |-- jdbc | | |-- AutoCommitTest.java | | |-- BatchTest.java @@ -196,6 +204,7 @@ | | |-- SelectTest.java | | |-- UpdateTest.java | | |-- expected +| | | |-- CreateTempTable | | | |-- autocommit | | | |-- batch | | | |-- column @@ -244,6 +253,20 @@ | | |-- parse_schedule | | |-- pool.h | | `-- run-test +| |-- pdo-test +| | |-- README.euc_jp +| | |-- SQLlist +| | | |-- test1.sql +| | | `-- test2.sql +| | |-- collections.inc +| | |-- def.inc +| | |-- log.txt +| | |-- mod +| | | |-- database.inc +| | | |-- def.inc +| | | `-- errorhandler.inc +| | |-- pdotest.php +| | `-- regsql.inc | `-- timestamp | |-- Makefile | |-- expected @@ -260,4 +283,4 @@ |-- version.h `-- ylwrap Hmm, It seems that we forgot update of Makefile when we add files. I'm going to fix Makefile.am. Thanks, -- Toshihiro Kitagawa SRA OSS, Inc. Japan _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
