You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(2) |
2
|
3
|
4
(2) |
5
|
6
|
7
(593) |
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
(2) |
19
(3) |
20
|
21
(3) |
22
(3) |
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:08:24
|
Project "Postgres-XC". The tag, REL6_1_1 has been created at b6d983559a2d2a6bd0b03b7b7f59a63a4c3f4918 (commit) - Log ----------------------------------------------------------------- commit b6d983559a2d2a6bd0b03b7b7f59a63a4c3f4918 Author: Bruce Momjian <br...@mo...> Date: Mon Jul 21 22:29:41 1997 +0000 Update files and dates for 6.1.1 release. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-07 08:08:21
|
Project "Postgres-XC". The tag, REL6_1 has been created at 0acf9c9b28433120ca96a3a1c03222bfe45c8932 (commit) - Log ----------------------------------------------------------------- commit 0acf9c9b28433120ca96a3a1c03222bfe45c8932 Author: Bruce Momjian <br...@mo...> Date: Fri Jun 13 14:08:48 1997 +0000 Update LInux and Irix FAQs. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-07 08:08:18
|
Project "Postgres-XC". The tag, REL2_0 has been created at 14a3ecf57abb46413d1c40d795e7825148a82daf (commit) - Log ----------------------------------------------------------------- commit 14a3ecf57abb46413d1c40d795e7825148a82daf Author: CVS to git conversion script <web...@po...> Date: Mon Dec 9 01:24:54 1996 +0000 This commit was manufactured by cvs2git to create branch 'REL2_0B'. Sprout from master 1996-12-09 01:24:53 UTC Bryan Henderson <br...@gi...> 'Remove include of libpq-fe.h. This file has nothing to do with libpq.' Delete: src/bin/monitor/Makefile src/bin/monitor/monitor.c ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-07 08:08:16
|
Project "Postgres-XC". The tag, PG95-1_09 has been created at 1b5e30e615eacae651a3cd12aa6b5c44d398b919 (commit) - Log ----------------------------------------------------------------- commit 1b5e30e615eacae651a3cd12aa6b5c44d398b919 Author: Marc G. Fournier <sc...@hu...> Date: Thu Oct 31 20:25:56 1996 +0000 remove KERBEROS config cruft from Makefile.global - don't advertise something that jus tdoes'nt work ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-07 08:08:13
|
Project "Postgres-XC". The tag, PG95-1_08 has been created at bf3473c468b1938f782fdcc208bd62c4b061daa3 (commit) - Log ----------------------------------------------------------------- commit bf3473c468b1938f782fdcc208bd62c4b061daa3 Author: Marc G. Fournier <sc...@hu...> Date: Fri Oct 4 20:38:49 1996 +0000 Oops, wrong message with the other patch...this was the patch for the other comment, so here is the comment for the other patch *grin* > > You are right. I checked the gramar and saw the ability to use the > > parameter. I looked at the manual pages, and saw no reference to it. I > > tried running it, and found vacuum does nothing when you give it a table > > name. > > > > I checked a debug version of postgres, and the table name is passed to > > vacuum() in the variable (char *vacrel). The problem is that the vacuum > > spans transactions, and the vacrel name gets changed to '<vacuum>', > > which is the name of the portal that gets created in > > vacuum.c::_vc_vacuum(). vacuum.c::_vc_init() does a > > CommitTransactionCommand() which frees the memory allocated to vacrel. > > > > Should I change vacuum.c to copy the relation name to a local string > > variable of vacuum(), or do you recommend we allocate the table name in > > a different fashion? You are the man who knows the most about this. > > static NameData VacRel; Done. Attached is the patch. I have already applied it to the 2.0 tree. (Marc!) I tested it and it works. I also applied documentation patches to go with it. So now vacuum can be run for only one table if you wish. Submitted by: Bruce Momjian <mai...@ca...> ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-07 08:08:11
|
Project "Postgres-XC". The tag, PG95-1_01 has been created at d31084e9d1118b25fd16580d9d8c2924b5740dff (commit) - Log ----------------------------------------------------------------- commit d31084e9d1118b25fd16580d9d8c2924b5740dff Author: Marc G. Fournier <sc...@hu...> Date: Tue Jul 9 06:22:35 1996 +0000 Postgres95 1.01 Distribution - Virgin Sources ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-02-07 04:56:22
|
Project "Postgres-XC". The branch, master has been updated via 5181a5e03416b09ca805be2342832ca6a45f0782 (commit) from 7d7bc1351125cf43568990b19d1b41e57949e87f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5181a5e03416b09ca805be2342832ca6a45f0782 commit 5181a5e03416b09ca805be2342832ca6a45f0782 Author: Ashutosh Bapat <ash...@en...> Date: Thu Feb 7 10:19:22 2013 +0530 Add convenience macros to get the distribution type from ExecNodes and RelationLocInfo structures. M src/backend/optimizer/path/pgxcpath.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/optimizer/util/pgxcship.c M src/backend/pgxc/copy/remotecopy.c M src/backend/pgxc/locator/locator.c M src/backend/pgxc/locator/redistrib.c M src/backend/pgxc/pool/execRemote.c M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/pgxcpath.c | 4 ++-- src/backend/optimizer/plan/pgxcplan.c | 4 ++-- src/backend/optimizer/util/pgxcship.c | 30 +++++++++++++++--------------- src/backend/pgxc/copy/remotecopy.c | 2 +- src/backend/pgxc/locator/locator.c | 6 +++--- src/backend/pgxc/locator/redistrib.c | 10 +++++----- src/backend/pgxc/pool/execRemote.c | 2 +- src/include/pgxc/locator.h | 7 +++++++ 8 files changed, 36 insertions(+), 29 deletions(-) hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-04 06:56:20
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 7d2e33082ff5e019cfea40423d36e84722d43198 (commit) from 8759e908066aebdba73ea8e7fb6fc6bb82d3a2da (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7d2e33082ff5e019cfea40423d36e84722d43198 commit 7d7bc1351125cf43568990b19d1b41e57949e87f Author: Koichi Suzuki <koi...@gm...> Date: Fri Feb 1 16:25:38 2013 +0900 Nikhil Sontakke kindly provided this to fix gtm_ctl dependency on PATH environment, the bug 3602944. modified: src/bin/gtm_ctl/gtm_ctl.c modified: src/gtm/main/main.c modified: src/gtm/proxy/proxy_main.c M src/bin/gtm_ctl/gtm_ctl.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: configure | 18 +- configure.in | 2 +- doc-xc/bug.template | 2 +- doc-xc/src/sgml/Makefile | 2 +- doc-xc/src/sgml/release-xc-1.0.sgmlin | 288 +++++++++++++++++++++++++++++++++ src/include/pg_config.h.win32 | 4 +- 6 files changed, 302 insertions(+), 14 deletions(-) hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-04 06:33:11
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 8759e908066aebdba73ea8e7fb6fc6bb82d3a2da (commit) from 342ee5b0c9db34c30b5e8643bf7871709768b2c9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8759e908066aebdba73ea8e7fb6fc6bb82d3a2da commit 7d7bc1351125cf43568990b19d1b41e57949e87f Author: Koichi Suzuki <koi...@gm...> Date: Fri Feb 1 16:25:38 2013 +0900 Nikhil Sontakke kindly provided this to fix gtm_ctl dependency on PATH environment, the bug 3602944. modified: src/bin/gtm_ctl/gtm_ctl.c modified: src/gtm/main/main.c modified: src/gtm/proxy/proxy_main.c M src/bin/gtm_ctl/gtm_ctl.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 2 +- contrib/pgxc_clean/Makefile | 2 +- contrib/pgxc_clean/txninfo.h | 2 +- contrib/pgxc_ddl/pgxc_ddl | 2 +- doc-xc/src/sgml/legal.sgmlin | 4 ++-- src/backend/access/transam/clog.c | 2 +- src/backend/access/transam/subtrans.c | 2 +- src/backend/access/transam/twophase.c | 2 +- src/backend/access/transam/varsup.c | 2 +- src/backend/access/transam/xact.c | 2 +- src/backend/bootstrap/bootstrap.c | 2 +- src/backend/catalog/dependency.c | 2 +- src/backend/catalog/heap.c | 2 +- src/backend/catalog/pgxc_class.c | 2 +- src/backend/commands/comment.c | 2 +- src/backend/commands/indexcmds.c | 2 +- src/backend/commands/sequence.c | 2 +- src/backend/commands/tablecmds.c | 2 +- src/backend/commands/vacuum.c | 2 +- src/backend/nodes/copyfuncs.c | 2 +- src/backend/nodes/equalfuncs.c | 2 +- src/backend/nodes/readfuncs.c | 2 +- src/backend/parser/gram.y | 2 +- src/backend/parser/parse_utilcmd.c | 2 +- src/backend/pgxc/Makefile | 2 +- src/backend/pgxc/barrier/Makefile | 2 +- src/backend/pgxc/barrier/barrier.c | 2 +- src/backend/pgxc/locator/Makefile | 2 +- src/backend/pgxc/locator/locator.c | 2 +- src/backend/pgxc/nodemgr/Makefile | 2 +- src/backend/pgxc/nodemgr/groupmgr.c | 2 +- src/backend/pgxc/nodemgr/nodemgr.c | 2 +- src/backend/pgxc/plan/Makefile | 2 +- src/backend/pgxc/plan/planner.c | 2 +- src/backend/pgxc/pool/Makefile | 2 +- src/backend/pgxc/pool/execRemote.c | 2 +- src/backend/pgxc/pool/pgxcnode.c | 2 +- src/backend/pgxc/pool/poolcomm.c | 2 +- src/backend/pgxc/pool/poolmgr.c | 2 +- src/backend/pgxc/pool/poolutils.c | 2 +- src/backend/pgxc/xc_maintenance_mode/Makefile | 2 +- .../pgxc/xc_maintenance_mode/xc_maintenance_mode.c | 2 +- src/backend/postmaster/postmaster.c | 2 +- src/backend/storage/ipc/procarray.c | 2 +- src/backend/tcop/postgres.c | 2 +- src/backend/tcop/utility.c | 2 +- src/backend/utils/cache/relcache.c | 2 +- src/backend/utils/cache/syscache.c | 2 +- src/backend/utils/misc/guc.c | 2 +- src/bin/initdb/initdb.c | 2 +- src/bin/initgtm/initgtm.c | 2 +- src/bin/pg_ctl/pg_ctl.c | 2 +- src/gtm/Makefile | 2 +- src/gtm/Makefile.port | 2 +- src/gtm/client/Makefile | 2 +- src/gtm/client/fe-connect.c | 2 +- src/gtm/client/fe-misc.c | 2 +- src/gtm/client/fe-protocol.c | 2 +- src/gtm/client/gtm_client.c | 2 +- src/gtm/client/ip.c | 2 +- src/gtm/client/pqexpbuffer.c | 2 +- src/gtm/client/strlcpy.c | 2 +- src/gtm/client/test/Makefile | 2 +- src/gtm/client/test/test_proxy.sh | 2 +- src/gtm/client/test/test_seq.c | 2 +- src/gtm/client/test/test_snap.c | 2 +- src/gtm/client/test/test_snapperf.c | 2 +- src/gtm/client/test/test_txn.c | 2 +- src/gtm/client/test/test_txnperf.c | 2 +- src/gtm/common/Makefile | 2 +- src/gtm/common/aset.c | 2 +- src/gtm/common/assert.c | 2 +- src/gtm/common/elog.c | 2 +- src/gtm/common/gtm_list.c | 2 +- src/gtm/common/gtm_lock.c | 2 +- src/gtm/common/gtm_serialize.c | 2 +- src/gtm/common/gtm_serialize_debug.c | 2 +- src/gtm/common/gtm_utils.c | 2 +- src/gtm/common/mcxt.c | 2 +- src/gtm/common/stringinfo.c | 2 +- src/gtm/gtm_ctl/Makefile | 2 +- src/gtm/gtm_ctl/gtm_ctl.c | 2 +- src/gtm/libpq/Makefile | 2 +- src/gtm/libpq/ip.c | 2 +- src/gtm/libpq/pqcomm.c | 2 +- src/gtm/libpq/pqformat.c | 2 +- src/gtm/libpq/pqsignal.c | 2 +- src/gtm/libpq/strlcpy.c | 2 +- src/gtm/main/Makefile | 2 +- src/gtm/main/gtm_opt.c | 2 +- src/gtm/main/gtm_seq.c | 2 +- src/gtm/main/gtm_snap.c | 2 +- src/gtm/main/gtm_standby.c | 2 +- src/gtm/main/gtm_stat.c | 2 +- src/gtm/main/gtm_stats.c | 2 +- src/gtm/main/gtm_thread.c | 2 +- src/gtm/main/gtm_time.c | 2 +- src/gtm/main/gtm_txn.c | 2 +- src/gtm/main/main.c | 2 +- src/gtm/path/Makefile | 2 +- src/gtm/path/path.c | 2 +- src/gtm/proxy/Makefile | 2 +- src/gtm/proxy/gtm_proxy_opt.c | 2 +- src/gtm/proxy/proxy_main.c | 2 +- src/gtm/proxy/proxy_thread.c | 2 +- src/gtm/proxy/proxy_utils.c | 2 +- src/gtm/recovery/Makefile | 2 +- src/gtm/recovery/register_common.c | 2 +- src/gtm/recovery/register_gtm.c | 2 +- src/gtm/recovery/replication.c | 2 +- src/gtm/recovery/standby_utils.c | 2 +- src/gtm/test/Makefile | 2 +- src/gtm/test/test_connect.c | 2 +- src/gtm/test/test_node.c | 2 +- src/gtm/test/test_node5.c | 2 +- src/gtm/test/test_repli.c | 2 +- src/gtm/test/test_repli2.c | 2 +- src/gtm/test/test_scenario.c | 2 +- src/gtm/test/test_seq.c | 2 +- src/gtm/test/test_seq4.c | 2 +- src/gtm/test/test_seq5.c | 2 +- src/gtm/test/test_standby.c | 2 +- src/gtm/test/test_startup.c | 2 +- src/gtm/test/test_txn.c | 2 +- src/gtm/test/test_txn4.c | 2 +- src/gtm/test/test_txn5.c | 2 +- src/gtm/test2/Makefile | 2 +- src/gtm/test2/test_connect2.c | 2 +- src/gtm/test2/test_standby.c | 2 +- src/gtm/test2/test_startup.c | 2 +- src/gtm/test2/test_txn.c | 2 +- src/gtm/test2/test_txn2.c | 2 +- src/gtm/test2/test_txn3.c | 2 +- src/gtm/test2/test_txn4.c | 2 +- src/gtm/test2/test_txn5.c | 2 +- src/include/access/transam.h | 2 +- src/include/access/xact.h | 2 +- src/include/bootstrap/bootstrap.h | 2 +- src/include/catalog/dependency.h | 2 +- src/include/catalog/heap.h | 2 +- src/include/catalog/indexing.h | 2 +- src/include/catalog/pgxc_group.h | 2 +- src/include/catalog/pgxc_node.h | 2 +- src/include/gen_alloc.h | 2 +- src/include/gtm/assert.h | 2 +- src/include/gtm/elog.h | 2 +- src/include/gtm/gtm.h | 2 +- src/include/gtm/gtm_c.h | 2 +- src/include/gtm/gtm_client.h | 2 +- src/include/gtm/gtm_conn.h | 2 +- src/include/gtm/gtm_ext.h | 2 +- src/include/gtm/gtm_ip.h | 2 +- src/include/gtm/gtm_list.h | 2 +- src/include/gtm/gtm_lock.h | 2 +- src/include/gtm/gtm_msg.h | 2 +- src/include/gtm/gtm_opt.h | 2 +- src/include/gtm/gtm_opt_tables.h | 2 +- src/include/gtm/gtm_proxy.h | 2 +- src/include/gtm/gtm_seq.h | 2 +- src/include/gtm/gtm_serialize.h | 2 +- src/include/gtm/gtm_serialize_debug.h | 2 +- src/include/gtm/gtm_standby.h | 2 +- src/include/gtm/gtm_time.h | 2 +- src/include/gtm/gtm_txn.h | 2 +- src/include/gtm/gtm_utils.h | 2 +- src/include/gtm/ip.h | 2 +- src/include/gtm/libpq-be.h | 2 +- src/include/gtm/libpq-fe.h | 2 +- src/include/gtm/libpq-int.h | 2 +- src/include/gtm/libpq.h | 2 +- src/include/gtm/memnodes.h | 2 +- src/include/gtm/memutils.h | 2 +- src/include/gtm/palloc.h | 2 +- src/include/gtm/path.h | 2 +- src/include/gtm/pqcomm.h | 2 +- src/include/gtm/pqexpbuffer.h | 2 +- src/include/gtm/pqformat.h | 2 +- src/include/gtm/pqsignal.h | 2 +- src/include/gtm/proxy_utils.h | 2 +- src/include/gtm/register.h | 2 +- src/include/gtm/replication.h | 2 +- src/include/gtm/standby_utils.h | 2 +- src/include/gtm/stringinfo.h | 2 +- src/include/nodes/nodes.h | 2 +- src/include/nodes/parsenodes.h | 2 +- src/include/nodes/primnodes.h | 2 +- src/include/parser/kwlist.h | 2 +- src/include/parser/parse_utilcmd.h | 2 +- src/include/pgxc/barrier.h | 2 +- src/include/pgxc/execRemote.h | 2 +- src/include/pgxc/groupmgr.h | 2 +- src/include/pgxc/locator.h | 2 +- src/include/pgxc/nodemgr.h | 2 +- src/include/pgxc/pgxc.h | 2 +- src/include/pgxc/pgxcnode.h | 2 +- src/include/pgxc/planner.h | 2 +- src/include/pgxc/poolcomm.h | 2 +- src/include/pgxc/poolmgr.h | 2 +- src/include/pgxc/poolutils.h | 2 +- src/include/pgxc/postgresql_fdw.h | 2 +- src/include/pgxc/xc_maintenance_mode.h | 2 +- src/include/postgres.h | 2 +- src/include/postmaster/autovacuum.h | 2 +- src/include/storage/procarray.h | 2 +- src/include/utils/rel.h | 2 +- src/include/utils/snapshot.h | 2 +- src/include/utils/syscache.h | 2 +- src/pgxc/Makefile | 2 +- src/pgxc/tools/Makefile | 2 +- src/pgxc/tools/makesgml/Makefile | 2 +- src/pgxc/tools/makesgml/makesgml.c | 2 +- src/tools/copyright_xc | 14 ++++++++++++++ 212 files changed, 226 insertions(+), 212 deletions(-) create mode 100755 src/tools/copyright_xc hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-02-01 07:38:47
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 342ee5b0c9db34c30b5e8643bf7871709768b2c9 (commit) from e94a65d33a602b3b2118a4f074d7ba5ccbbc4900 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=342ee5b0c9db34c30b5e8643bf7871709768b2c9 commit 7d7bc1351125cf43568990b19d1b41e57949e87f Author: Koichi Suzuki <koi...@gm...> Date: Fri Feb 1 16:25:38 2013 +0900 Nikhil Sontakke kindly provided this to fix gtm_ctl dependency on PATH environment, the bug 3602944. modified: src/bin/gtm_ctl/gtm_ctl.c modified: src/gtm/main/main.c modified: src/gtm/proxy/proxy_main.c M src/bin/gtm_ctl/gtm_ctl.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/Makefile | 7 +---- src/gtm/gtm_ctl/gtm_ctl.c | 45 ++++++++++++++++++++++++++++++++++++++++++++ src/gtm/main/main.c | 6 +++++ src/gtm/proxy/proxy_main.c | 6 +++++ 4 files changed, 59 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-02-01 07:27:06
|
Project "Postgres-XC". The branch, master has been updated via 7d7bc1351125cf43568990b19d1b41e57949e87f (commit) from 7b36cbedc3e4f587e784de481f409b91da15ef1d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7d7bc1351125cf43568990b19d1b41e57949e87f commit 7d7bc1351125cf43568990b19d1b41e57949e87f Author: Koichi Suzuki <koi...@gm...> Date: Fri Feb 1 16:25:38 2013 +0900 Nikhil Sontakke kindly provided this to fix gtm_ctl dependency on PATH environment, the bug 3602944. modified: src/bin/gtm_ctl/gtm_ctl.c modified: src/gtm/main/main.c modified: src/gtm/proxy/proxy_main.c M src/bin/gtm_ctl/gtm_ctl.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: src/bin/gtm_ctl/gtm_ctl.c | 45 ++++++++++++++++++++++++++++++++++++++++++++ src/gtm/main/main.c | 6 +++++ src/gtm/proxy/proxy_main.c | 6 +++++ 3 files changed, 57 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |