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
(1) |
2
|
3
|
4
|
5
|
6
|
7
(1) |
8
(1) |
9
(7) |
10
(1) |
11
|
12
|
13
(4) |
14
|
15
(2) |
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(12) |
31
|
|
From: Ahsan H. <ahs...@en...> - 2013-05-30 15:46:15
|
On Thu, May 30, 2013 at 5:09 PM, Ashutosh Bapat < ash...@en...> wrote: > I am suspecting that there is some problem with the previous merge on > REL1_1_STABLE itself. I was trying to find that out. > > Yeah that would be helpful if we can nail down the problem (if any) with the previous merge on REL1_1_STABLE. Hopefully that's why we have all the additional regression failures on 1_1. > > On Thu, May 30, 2013 at 7:48 AM, Koichi Suzuki <koi...@gm...>wrote: > >> Right after the phone meeting, I was asked to join NTT meeting tomorrow >> afternoon. Resulting in shorter time available. I committed the current >> status so that you can see what's going on in more detail while I am out. >> >> Sorry doing this without getting member's understanding. I thought this >> saves our time in total. >> >> --- >> Koichi Suzuki >> >> On 2013/05/30, at 20:30, Ashutosh Bapat <ash...@en...> >> wrote: >> >> Hi Suzuki-san, >> We were supposed to look into the failures and then commit the merge >> right? >> >> >> On Thu, May 30, 2013 at 7:24 AM, Koichi Suzuki < >> koi...@us...> wrote: >> >>> Project "Postgres-XC". >>> >>> The branch, REL1_1_STABLE has been updated >>> via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) >>> via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) >>> via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) >>> via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) >>> via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) >>> via 29104ee044838f7164648cc1ffcc19872455e80c (commit) >>> via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) >>> via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) >>> via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) >>> via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) >>> via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) >>> via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) >>> via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) >>> via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) >>> via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) >>> via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) >>> via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) >>> via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) >>> via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) >>> via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) >>> via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) >>> via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) >>> from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) >>> >>> >>> - Log ----------------------------------------------------------------- >>> >>> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 >>> >>> commit b937b7191a88c9d4506cd7d6c7b76af266fde838 >>> Author: Abbas <abb...@en...> >>> Date: Thu May 30 10:52:00 2013 +0500 >>> >>> Fix for test case with.sql >>> >>> There were two issues making the test to fail. >>> 1. Updates to partition column were possible using syntax like >>> WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t >>> The patch blocks this syntax. >>> >>> 2. For a WITH query that updates a table in the main query and >>> inserts a row in the same table in the WITH query we need to use >>> command ID communication to remote nodes in order to >>> maintain global data visibility. >>> Similarly a WITH query that deletes from a parent table in the >>> main query & inserts a row in the child table in the WITH query >>> we need to use command ID communication to remote nodes in order >>> to maintain global data visibility. >>> >>> M src/backend/optimizer/plan/pgxcplan.c >>> M src/backend/parser/analyze.c >>> M src/test/regress/expected/with.out >>> M src/test/regress/sql/with.sql >>> >>> ----------------------------------------------------------------------- >>> >>> Summary of changes: >>> contrib/pgxc_ctl/config.c | 120 ++- >>> contrib/pgxc_ctl/config.h | 2 + >>> contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- >>> contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- >>> contrib/pgxc_ctl/datanode_cmd.h | 2 + >>> contrib/pgxc_ctl/do_command.c | 153 ++- >>> contrib/pgxc_ctl/gtm_cmd.c | 50 +- >>> contrib/pgxc_ctl/monitor.c | 42 +- >>> contrib/pgxc_ctl/pgxc_ctl.c | 45 +- >>> contrib/pgxc_ctl/utils.c | 41 +- >>> contrib/pgxc_ctl/utils.h | 1 + >>> contrib/pgxc_ctl/variables.c | 38 +- >>> contrib/pgxc_ctl/variables.h | 4 +- >>> doc-xc/src/sgml/contrib.sgmlin | 1 + >>> doc-xc/src/sgml/filelist.sgmlin | 1 + >>> doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 >>> ++++++++++++++++++++++++++++ >>> doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- >>> src/backend/access/transam/gtm.c | 9 +- >>> src/backend/commands/sequence.c | 4 - >>> src/backend/commands/tablecmds.c | 8 + >>> src/backend/commands/trigger.c | 687 ++++++---- >>> src/backend/nodes/copyfuncs.c | 3 + >>> src/backend/optimizer/path/pgxcpath.c | 7 +- >>> src/backend/optimizer/plan/pgxcplan.c | 21 +- >>> src/backend/optimizer/util/pgxcship.c | 202 +++- >>> src/backend/pgxc/pool/execRemote.c | 107 ++ >>> src/backend/rewrite/rewriteHandler.c | 2 +- >>> src/backend/tcop/utility.c | 6 + >>> src/gtm/client/gtm_client.c | 41 +- >>> src/gtm/main/gtm_seq.c | 3 +- >>> src/gtm/main/main.c | 1 + >>> src/include/commands/trigger.h | 10 +- >>> src/include/gtm/gtm_client.h | 4 +- >>> src/include/nodes/relation.h | 4 + >>> src/include/optimizer/pgxcplan.h | 2 + >>> src/include/optimizer/pgxcship.h | 4 +- >>> src/test/regress/expected/combocid.out | 4 +- >>> src/test/regress/expected/combocid_1.out | 9 +- >>> src/test/regress/expected/copy2.out | 18 +- >>> src/test/regress/expected/copy2_1.out | 86 +- >>> src/test/regress/expected/inherit.out | 200 ++-- >>> src/test/regress/expected/inherit_1.out | 38 +- >>> src/test/regress/expected/join.out | 20 +- >>> src/test/regress/expected/plpgsql_1.out | 8 +- >>> src/test/regress/expected/truncate.out | 2 +- >>> src/test/regress/expected/truncate_1.out | 42 +- >>> src/test/regress/expected/tsearch.out | 198 ++-- >>> src/test/regress/expected/tsearch_1.out | 1116 ---------------- >>> src/test/regress/expected/tsearch_2.out | 1119 ---------------- >>> src/test/regress/expected/xc_FQS_join.out | 8 +- >>> src/test/regress/expected/xc_returning.out | 96 ++- >>> src/test/regress/expected/xc_sequence.out | 33 + >>> src/test/regress/expected/xc_sort.out | 22 +- >>> src/test/regress/expected/xc_trigship.out | 645 +++++++++ >>> src/test/regress/input/xc_copy.source | 2 - >>> src/test/regress/output/xc_copy.source | 2 - >>> src/test/regress/parallel_schedule | 2 +- >>> src/test/regress/serial_schedule | 1 + >>> src/test/regress/sql/combocid.sql | 2 +- >>> src/test/regress/sql/copy2.sql | 10 +- >>> src/test/regress/sql/inherit.sql | 14 +- >>> src/test/regress/sql/plpgsql.sql | 4 +- >>> src/test/regress/sql/truncate.sql | 2 +- >>> src/test/regress/sql/tsearch.sql | 13 +- >>> src/test/regress/sql/xc_FQS_join.sql | 4 +- >>> src/test/regress/sql/xc_returning.sql | 33 +- >>> src/test/regress/sql/xc_sequence.sql | 8 + >>> src/test/regress/sql/xc_sort.sql | 6 +- >>> src/test/regress/sql/xc_trigship.sql | 249 ++++ >>> 69 files changed, 5112 insertions(+), 3191 deletions(-) >>> create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin >>> delete mode 100644 src/test/regress/expected/tsearch_1.out >>> delete mode 100644 src/test/regress/expected/tsearch_2.out >>> create mode 100644 src/test/regress/expected/xc_trigship.out >>> create mode 100644 src/test/regress/sql/xc_trigship.sql >>> >>> >>> hooks/post-receive >>> -- >>> Postgres-XC >>> >>> >>> ------------------------------------------------------------------------------ >>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >>> Get 100% visibility into your production application - at no cost. >>> Code-level diagnostics for performance bottlenecks with <2% overhead >>> Download for free and get started troubleshooting in minutes. >>> http://p.sf.net/sfu/appdyn_d2d_ap1 >>> _______________________________________________ >>> Postgres-xc-committers mailing list >>> Pos...@li... >>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >>> >> >> >> >> -- >> Best Wishes, >> Ashutosh Bapat >> EntepriseDB Corporation >> The Postgres Database Company >> >> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> >> _______________________________________________ >> Postgres-xc-committers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >> >> > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > > -- Ahsan Hadi Snr Director Product Development EnterpriseDB Corporation The Enterprise Postgres Company Phone: +92-51-8358874 Mobile: +92-333-5162114 Website: www.enterprisedb.com EnterpriseDB Blog: http://blogs.enterprisedb.com/ Follow us on Twitter: http://www.twitter.com/enterprisedb This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Ashutosh B. <ash...@en...> - 2013-05-30 13:29:03
|
On the latest REL1_1 STABLE I am seeing an assertion failure with some assertion failing on datanode during alter table. On Thu, May 30, 2013 at 9:15 AM, Ashutosh Bapat < ash...@en...> wrote: > It's fine. Let's see tomorrow. Take rest. > > > On Thu, May 30, 2013 at 8:49 AM, Koichi Suzuki <koi...@gm...>wrote: > >> To be honest, I'm going back home and I cannot do hard reset myself >> now. It's around 10pm now... >> >> --- >> Koichi Suzuki >> > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |
From: Ashutosh B. <ash...@en...> - 2013-05-30 13:15:55
|
It's fine. Let's see tomorrow. Take rest. On Thu, May 30, 2013 at 8:49 AM, Koichi Suzuki <koi...@gm...>wrote: > To be honest, I'm going back home and I cannot do hard reset myself now. > It's around 10pm now... > > --- > Koichi Suzuki > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |
From: Koichi S. <koi...@gm...> - 2013-05-30 12:49:47
|
To be honest, I'm going back home and I cannot do hard reset myself now. It's around 10pm now... --- Koichi Suzuki |
From: Koichi S. <koi...@gm...> - 2013-05-30 12:18:27
|
Sorry. I think that I forgot to commit regression improvement and lost it because many of the failures were what I saw after 924 merge. Iwas working both with gtm and pgxc_ctl. Git log shows it. If you think necessary, you can hard reset tge commit. It is not the master and is not so painful. Then, I will take care of github. Warmest regards; --- Koichi Suzuki 2013/05/30 21:09 "Ashutosh Bapat" <ash...@en...>: > I am suspecting that there is some problem with the previous merge on > REL1_1_STABLE itself. I was trying to find that out. > > > On Thu, May 30, 2013 at 7:48 AM, Koichi Suzuki <koi...@gm...>wrote: > >> Right after the phone meeting, I was asked to join NTT meeting tomorrow >> afternoon. Resulting in shorter time available. I committed the current >> status so that you can see what's going on in more detail while I am out. >> >> Sorry doing this without getting member's understanding. I thought this >> saves our time in total. >> >> --- >> Koichi Suzuki >> >> On 2013/05/30, at 20:30, Ashutosh Bapat <ash...@en...> >> wrote: >> >> Hi Suzuki-san, >> We were supposed to look into the failures and then commit the merge >> right? >> >> >> On Thu, May 30, 2013 at 7:24 AM, Koichi Suzuki < >> koi...@us...> wrote: >> >>> Project "Postgres-XC". >>> >>> The branch, REL1_1_STABLE has been updated >>> via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) >>> via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) >>> via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) >>> via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) >>> via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) >>> via 29104ee044838f7164648cc1ffcc19872455e80c (commit) >>> via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) >>> via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) >>> via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) >>> via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) >>> via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) >>> via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) >>> via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) >>> via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) >>> via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) >>> via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) >>> via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) >>> via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) >>> via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) >>> via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) >>> via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) >>> via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) >>> from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) >>> >>> >>> - Log ----------------------------------------------------------------- >>> >>> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 >>> >>> commit b937b7191a88c9d4506cd7d6c7b76af266fde838 >>> Author: Abbas <abb...@en...> >>> Date: Thu May 30 10:52:00 2013 +0500 >>> >>> Fix for test case with.sql >>> >>> There were two issues making the test to fail. >>> 1. Updates to partition column were possible using syntax like >>> WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t >>> The patch blocks this syntax. >>> >>> 2. For a WITH query that updates a table in the main query and >>> inserts a row in the same table in the WITH query we need to use >>> command ID communication to remote nodes in order to >>> maintain global data visibility. >>> Similarly a WITH query that deletes from a parent table in the >>> main query & inserts a row in the child table in the WITH query >>> we need to use command ID communication to remote nodes in order >>> to maintain global data visibility. >>> >>> M src/backend/optimizer/plan/pgxcplan.c >>> M src/backend/parser/analyze.c >>> M src/test/regress/expected/with.out >>> M src/test/regress/sql/with.sql >>> >>> ----------------------------------------------------------------------- >>> >>> Summary of changes: >>> contrib/pgxc_ctl/config.c | 120 ++- >>> contrib/pgxc_ctl/config.h | 2 + >>> contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- >>> contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- >>> contrib/pgxc_ctl/datanode_cmd.h | 2 + >>> contrib/pgxc_ctl/do_command.c | 153 ++- >>> contrib/pgxc_ctl/gtm_cmd.c | 50 +- >>> contrib/pgxc_ctl/monitor.c | 42 +- >>> contrib/pgxc_ctl/pgxc_ctl.c | 45 +- >>> contrib/pgxc_ctl/utils.c | 41 +- >>> contrib/pgxc_ctl/utils.h | 1 + >>> contrib/pgxc_ctl/variables.c | 38 +- >>> contrib/pgxc_ctl/variables.h | 4 +- >>> doc-xc/src/sgml/contrib.sgmlin | 1 + >>> doc-xc/src/sgml/filelist.sgmlin | 1 + >>> doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 >>> ++++++++++++++++++++++++++++ >>> doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- >>> src/backend/access/transam/gtm.c | 9 +- >>> src/backend/commands/sequence.c | 4 - >>> src/backend/commands/tablecmds.c | 8 + >>> src/backend/commands/trigger.c | 687 ++++++---- >>> src/backend/nodes/copyfuncs.c | 3 + >>> src/backend/optimizer/path/pgxcpath.c | 7 +- >>> src/backend/optimizer/plan/pgxcplan.c | 21 +- >>> src/backend/optimizer/util/pgxcship.c | 202 +++- >>> src/backend/pgxc/pool/execRemote.c | 107 ++ >>> src/backend/rewrite/rewriteHandler.c | 2 +- >>> src/backend/tcop/utility.c | 6 + >>> src/gtm/client/gtm_client.c | 41 +- >>> src/gtm/main/gtm_seq.c | 3 +- >>> src/gtm/main/main.c | 1 + >>> src/include/commands/trigger.h | 10 +- >>> src/include/gtm/gtm_client.h | 4 +- >>> src/include/nodes/relation.h | 4 + >>> src/include/optimizer/pgxcplan.h | 2 + >>> src/include/optimizer/pgxcship.h | 4 +- >>> src/test/regress/expected/combocid.out | 4 +- >>> src/test/regress/expected/combocid_1.out | 9 +- >>> src/test/regress/expected/copy2.out | 18 +- >>> src/test/regress/expected/copy2_1.out | 86 +- >>> src/test/regress/expected/inherit.out | 200 ++-- >>> src/test/regress/expected/inherit_1.out | 38 +- >>> src/test/regress/expected/join.out | 20 +- >>> src/test/regress/expected/plpgsql_1.out | 8 +- >>> src/test/regress/expected/truncate.out | 2 +- >>> src/test/regress/expected/truncate_1.out | 42 +- >>> src/test/regress/expected/tsearch.out | 198 ++-- >>> src/test/regress/expected/tsearch_1.out | 1116 ---------------- >>> src/test/regress/expected/tsearch_2.out | 1119 ---------------- >>> src/test/regress/expected/xc_FQS_join.out | 8 +- >>> src/test/regress/expected/xc_returning.out | 96 ++- >>> src/test/regress/expected/xc_sequence.out | 33 + >>> src/test/regress/expected/xc_sort.out | 22 +- >>> src/test/regress/expected/xc_trigship.out | 645 +++++++++ >>> src/test/regress/input/xc_copy.source | 2 - >>> src/test/regress/output/xc_copy.source | 2 - >>> src/test/regress/parallel_schedule | 2 +- >>> src/test/regress/serial_schedule | 1 + >>> src/test/regress/sql/combocid.sql | 2 +- >>> src/test/regress/sql/copy2.sql | 10 +- >>> src/test/regress/sql/inherit.sql | 14 +- >>> src/test/regress/sql/plpgsql.sql | 4 +- >>> src/test/regress/sql/truncate.sql | 2 +- >>> src/test/regress/sql/tsearch.sql | 13 +- >>> src/test/regress/sql/xc_FQS_join.sql | 4 +- >>> src/test/regress/sql/xc_returning.sql | 33 +- >>> src/test/regress/sql/xc_sequence.sql | 8 + >>> src/test/regress/sql/xc_sort.sql | 6 +- >>> src/test/regress/sql/xc_trigship.sql | 249 ++++ >>> 69 files changed, 5112 insertions(+), 3191 deletions(-) >>> create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin >>> delete mode 100644 src/test/regress/expected/tsearch_1.out >>> delete mode 100644 src/test/regress/expected/tsearch_2.out >>> create mode 100644 src/test/regress/expected/xc_trigship.out >>> create mode 100644 src/test/regress/sql/xc_trigship.sql >>> >>> >>> hooks/post-receive >>> -- >>> Postgres-XC >>> >>> >>> ------------------------------------------------------------------------------ >>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >>> Get 100% visibility into your production application - at no cost. >>> Code-level diagnostics for performance bottlenecks with <2% overhead >>> Download for free and get started troubleshooting in minutes. >>> http://p.sf.net/sfu/appdyn_d2d_ap1 >>> _______________________________________________ >>> Postgres-xc-committers mailing list >>> Pos...@li... >>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >>> >> >> >> >> -- >> Best Wishes, >> Ashutosh Bapat >> EntepriseDB Corporation >> The Postgres Database Company >> >> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> >> _______________________________________________ >> Postgres-xc-committers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >> >> > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > |
From: Ashutosh B. <ash...@en...> - 2013-05-30 12:09:44
|
I am suspecting that there is some problem with the previous merge on REL1_1_STABLE itself. I was trying to find that out. On Thu, May 30, 2013 at 7:48 AM, Koichi Suzuki <koi...@gm...>wrote: > Right after the phone meeting, I was asked to join NTT meeting tomorrow > afternoon. Resulting in shorter time available. I committed the current > status so that you can see what's going on in more detail while I am out. > > Sorry doing this without getting member's understanding. I thought this > saves our time in total. > > --- > Koichi Suzuki > > On 2013/05/30, at 20:30, Ashutosh Bapat <ash...@en...> > wrote: > > Hi Suzuki-san, > We were supposed to look into the failures and then commit the merge right? > > > On Thu, May 30, 2013 at 7:24 AM, Koichi Suzuki < > koi...@us...> wrote: > >> Project "Postgres-XC". >> >> The branch, REL1_1_STABLE has been updated >> via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) >> via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) >> via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) >> via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) >> via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) >> via 29104ee044838f7164648cc1ffcc19872455e80c (commit) >> via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) >> via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) >> via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) >> via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) >> via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) >> via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) >> via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) >> via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) >> via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) >> via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) >> via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) >> via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) >> via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) >> via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) >> via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) >> via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) >> from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) >> >> >> - Log ----------------------------------------------------------------- >> >> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 >> >> commit b937b7191a88c9d4506cd7d6c7b76af266fde838 >> Author: Abbas <abb...@en...> >> Date: Thu May 30 10:52:00 2013 +0500 >> >> Fix for test case with.sql >> >> There were two issues making the test to fail. >> 1. Updates to partition column were possible using syntax like >> WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t >> The patch blocks this syntax. >> >> 2. For a WITH query that updates a table in the main query and >> inserts a row in the same table in the WITH query we need to use >> command ID communication to remote nodes in order to >> maintain global data visibility. >> Similarly a WITH query that deletes from a parent table in the >> main query & inserts a row in the child table in the WITH query >> we need to use command ID communication to remote nodes in order >> to maintain global data visibility. >> >> M src/backend/optimizer/plan/pgxcplan.c >> M src/backend/parser/analyze.c >> M src/test/regress/expected/with.out >> M src/test/regress/sql/with.sql >> >> ----------------------------------------------------------------------- >> >> Summary of changes: >> contrib/pgxc_ctl/config.c | 120 ++- >> contrib/pgxc_ctl/config.h | 2 + >> contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- >> contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- >> contrib/pgxc_ctl/datanode_cmd.h | 2 + >> contrib/pgxc_ctl/do_command.c | 153 ++- >> contrib/pgxc_ctl/gtm_cmd.c | 50 +- >> contrib/pgxc_ctl/monitor.c | 42 +- >> contrib/pgxc_ctl/pgxc_ctl.c | 45 +- >> contrib/pgxc_ctl/utils.c | 41 +- >> contrib/pgxc_ctl/utils.h | 1 + >> contrib/pgxc_ctl/variables.c | 38 +- >> contrib/pgxc_ctl/variables.h | 4 +- >> doc-xc/src/sgml/contrib.sgmlin | 1 + >> doc-xc/src/sgml/filelist.sgmlin | 1 + >> doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 >> ++++++++++++++++++++++++++++ >> doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- >> src/backend/access/transam/gtm.c | 9 +- >> src/backend/commands/sequence.c | 4 - >> src/backend/commands/tablecmds.c | 8 + >> src/backend/commands/trigger.c | 687 ++++++---- >> src/backend/nodes/copyfuncs.c | 3 + >> src/backend/optimizer/path/pgxcpath.c | 7 +- >> src/backend/optimizer/plan/pgxcplan.c | 21 +- >> src/backend/optimizer/util/pgxcship.c | 202 +++- >> src/backend/pgxc/pool/execRemote.c | 107 ++ >> src/backend/rewrite/rewriteHandler.c | 2 +- >> src/backend/tcop/utility.c | 6 + >> src/gtm/client/gtm_client.c | 41 +- >> src/gtm/main/gtm_seq.c | 3 +- >> src/gtm/main/main.c | 1 + >> src/include/commands/trigger.h | 10 +- >> src/include/gtm/gtm_client.h | 4 +- >> src/include/nodes/relation.h | 4 + >> src/include/optimizer/pgxcplan.h | 2 + >> src/include/optimizer/pgxcship.h | 4 +- >> src/test/regress/expected/combocid.out | 4 +- >> src/test/regress/expected/combocid_1.out | 9 +- >> src/test/regress/expected/copy2.out | 18 +- >> src/test/regress/expected/copy2_1.out | 86 +- >> src/test/regress/expected/inherit.out | 200 ++-- >> src/test/regress/expected/inherit_1.out | 38 +- >> src/test/regress/expected/join.out | 20 +- >> src/test/regress/expected/plpgsql_1.out | 8 +- >> src/test/regress/expected/truncate.out | 2 +- >> src/test/regress/expected/truncate_1.out | 42 +- >> src/test/regress/expected/tsearch.out | 198 ++-- >> src/test/regress/expected/tsearch_1.out | 1116 ---------------- >> src/test/regress/expected/tsearch_2.out | 1119 ---------------- >> src/test/regress/expected/xc_FQS_join.out | 8 +- >> src/test/regress/expected/xc_returning.out | 96 ++- >> src/test/regress/expected/xc_sequence.out | 33 + >> src/test/regress/expected/xc_sort.out | 22 +- >> src/test/regress/expected/xc_trigship.out | 645 +++++++++ >> src/test/regress/input/xc_copy.source | 2 - >> src/test/regress/output/xc_copy.source | 2 - >> src/test/regress/parallel_schedule | 2 +- >> src/test/regress/serial_schedule | 1 + >> src/test/regress/sql/combocid.sql | 2 +- >> src/test/regress/sql/copy2.sql | 10 +- >> src/test/regress/sql/inherit.sql | 14 +- >> src/test/regress/sql/plpgsql.sql | 4 +- >> src/test/regress/sql/truncate.sql | 2 +- >> src/test/regress/sql/tsearch.sql | 13 +- >> src/test/regress/sql/xc_FQS_join.sql | 4 +- >> src/test/regress/sql/xc_returning.sql | 33 +- >> src/test/regress/sql/xc_sequence.sql | 8 + >> src/test/regress/sql/xc_sort.sql | 6 +- >> src/test/regress/sql/xc_trigship.sql | 249 ++++ >> 69 files changed, 5112 insertions(+), 3191 deletions(-) >> create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin >> delete mode 100644 src/test/regress/expected/tsearch_1.out >> delete mode 100644 src/test/regress/expected/tsearch_2.out >> create mode 100644 src/test/regress/expected/xc_trigship.out >> create mode 100644 src/test/regress/sql/xc_trigship.sql >> >> >> hooks/post-receive >> -- >> Postgres-XC >> >> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> _______________________________________________ >> Postgres-xc-committers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >> > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |
From: Koichi S. <koi...@gm...> - 2013-05-30 11:48:19
|
Right after the phone meeting, I was asked to join NTT meeting tomorrow afternoon. Resulting in shorter time available. I committed the current status so that you can see what's going on in more detail while I am out. Sorry doing this without getting member's understanding. I thought this saves our time in total. --- Koichi Suzuki On 2013/05/30, at 20:30, Ashutosh Bapat <ash...@en...> wrote: > Hi Suzuki-san, > We were supposed to look into the failures and then commit the merge right? > > > On Thu, May 30, 2013 at 7:24 AM, Koichi Suzuki <koi...@us...> wrote: > Project "Postgres-XC". > > The branch, REL1_1_STABLE has been updated > via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) > via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) > via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) > via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) > via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) > via 29104ee044838f7164648cc1ffcc19872455e80c (commit) > via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) > via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) > via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) > via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) > via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) > via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) > via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) > via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) > via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) > via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) > via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) > via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) > via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) > via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) > via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) > via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) > from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) > > > - Log ----------------------------------------------------------------- > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 > > commit b937b7191a88c9d4506cd7d6c7b76af266fde838 > Author: Abbas <abb...@en...> > Date: Thu May 30 10:52:00 2013 +0500 > > Fix for test case with.sql > > There were two issues making the test to fail. > 1. Updates to partition column were possible using syntax like > WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t > The patch blocks this syntax. > > 2. For a WITH query that updates a table in the main query and > inserts a row in the same table in the WITH query we need to use > command ID communication to remote nodes in order to > maintain global data visibility. > Similarly a WITH query that deletes from a parent table in the > main query & inserts a row in the child table in the WITH query > we need to use command ID communication to remote nodes in order > to maintain global data visibility. > > M src/backend/optimizer/plan/pgxcplan.c > M src/backend/parser/analyze.c > M src/test/regress/expected/with.out > M src/test/regress/sql/with.sql > > ----------------------------------------------------------------------- > > Summary of changes: > contrib/pgxc_ctl/config.c | 120 ++- > contrib/pgxc_ctl/config.h | 2 + > contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- > contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- > contrib/pgxc_ctl/datanode_cmd.h | 2 + > contrib/pgxc_ctl/do_command.c | 153 ++- > contrib/pgxc_ctl/gtm_cmd.c | 50 +- > contrib/pgxc_ctl/monitor.c | 42 +- > contrib/pgxc_ctl/pgxc_ctl.c | 45 +- > contrib/pgxc_ctl/utils.c | 41 +- > contrib/pgxc_ctl/utils.h | 1 + > contrib/pgxc_ctl/variables.c | 38 +- > contrib/pgxc_ctl/variables.h | 4 +- > doc-xc/src/sgml/contrib.sgmlin | 1 + > doc-xc/src/sgml/filelist.sgmlin | 1 + > doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 ++++++++++++++++++++++++++++ > doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- > src/backend/access/transam/gtm.c | 9 +- > src/backend/commands/sequence.c | 4 - > src/backend/commands/tablecmds.c | 8 + > src/backend/commands/trigger.c | 687 ++++++---- > src/backend/nodes/copyfuncs.c | 3 + > src/backend/optimizer/path/pgxcpath.c | 7 +- > src/backend/optimizer/plan/pgxcplan.c | 21 +- > src/backend/optimizer/util/pgxcship.c | 202 +++- > src/backend/pgxc/pool/execRemote.c | 107 ++ > src/backend/rewrite/rewriteHandler.c | 2 +- > src/backend/tcop/utility.c | 6 + > src/gtm/client/gtm_client.c | 41 +- > src/gtm/main/gtm_seq.c | 3 +- > src/gtm/main/main.c | 1 + > src/include/commands/trigger.h | 10 +- > src/include/gtm/gtm_client.h | 4 +- > src/include/nodes/relation.h | 4 + > src/include/optimizer/pgxcplan.h | 2 + > src/include/optimizer/pgxcship.h | 4 +- > src/test/regress/expected/combocid.out | 4 +- > src/test/regress/expected/combocid_1.out | 9 +- > src/test/regress/expected/copy2.out | 18 +- > src/test/regress/expected/copy2_1.out | 86 +- > src/test/regress/expected/inherit.out | 200 ++-- > src/test/regress/expected/inherit_1.out | 38 +- > src/test/regress/expected/join.out | 20 +- > src/test/regress/expected/plpgsql_1.out | 8 +- > src/test/regress/expected/truncate.out | 2 +- > src/test/regress/expected/truncate_1.out | 42 +- > src/test/regress/expected/tsearch.out | 198 ++-- > src/test/regress/expected/tsearch_1.out | 1116 ---------------- > src/test/regress/expected/tsearch_2.out | 1119 ---------------- > src/test/regress/expected/xc_FQS_join.out | 8 +- > src/test/regress/expected/xc_returning.out | 96 ++- > src/test/regress/expected/xc_sequence.out | 33 + > src/test/regress/expected/xc_sort.out | 22 +- > src/test/regress/expected/xc_trigship.out | 645 +++++++++ > src/test/regress/input/xc_copy.source | 2 - > src/test/regress/output/xc_copy.source | 2 - > src/test/regress/parallel_schedule | 2 +- > src/test/regress/serial_schedule | 1 + > src/test/regress/sql/combocid.sql | 2 +- > src/test/regress/sql/copy2.sql | 10 +- > src/test/regress/sql/inherit.sql | 14 +- > src/test/regress/sql/plpgsql.sql | 4 +- > src/test/regress/sql/truncate.sql | 2 +- > src/test/regress/sql/tsearch.sql | 13 +- > src/test/regress/sql/xc_FQS_join.sql | 4 +- > src/test/regress/sql/xc_returning.sql | 33 +- > src/test/regress/sql/xc_sequence.sql | 8 + > src/test/regress/sql/xc_sort.sql | 6 +- > src/test/regress/sql/xc_trigship.sql | 249 ++++ > 69 files changed, 5112 insertions(+), 3191 deletions(-) > create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin > delete mode 100644 src/test/regress/expected/tsearch_1.out > delete mode 100644 src/test/regress/expected/tsearch_2.out > create mode 100644 src/test/regress/expected/xc_trigship.out > create mode 100644 src/test/regress/sql/xc_trigship.sql > > > hooks/post-receive > -- > Postgres-XC > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers |
From: Ashutosh B. <ash...@en...> - 2013-05-30 11:35:16
|
On Thu, May 30, 2013 at 7:30 AM, Ashutosh Bapat < ash...@en...> wrote: > Hi Suzuki-san, > We were supposed to look into the failures and then commit the merge right? > > > On Thu, May 30, 2013 at 7:24 AM, Koichi Suzuki < > koi...@us...> wrote: > >> Project "Postgres-XC". >> >> The branch, REL1_1_STABLE has been updated >> via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) >> via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) >> via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) >> via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) >> via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) >> via 29104ee044838f7164648cc1ffcc19872455e80c (commit) >> via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) >> via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) >> via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) >> via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) >> via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) >> via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) >> via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) >> via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) >> via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) >> via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) >> via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) >> via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) >> via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) >> via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) >> via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) >> via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) >> from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) >> >> >> - Log ----------------------------------------------------------------- >> >> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 >> >> commit b937b7191a88c9d4506cd7d6c7b76af266fde838 >> Author: Abbas <abb...@en...> >> Date: Thu May 30 10:52:00 2013 +0500 >> >> Fix for test case with.sql >> >> There were two issues making the test to fail. >> 1. Updates to partition column were possible using syntax like >> WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t >> The patch blocks this syntax. >> >> 2. For a WITH query that updates a table in the main query and >> inserts a row in the same table in the WITH query we need to use >> command ID communication to remote nodes in order to >> maintain global data visibility. >> Similarly a WITH query that deletes from a parent table in the >> main query & inserts a row in the child table in the WITH query >> we need to use command ID communication to remote nodes in order >> to maintain global data visibility. >> >> M src/backend/optimizer/plan/pgxcplan.c >> M src/backend/parser/analyze.c >> M src/test/regress/expected/with.out >> M src/test/regress/sql/with.sql >> >> ----------------------------------------------------------------------- >> >> Summary of changes: >> contrib/pgxc_ctl/config.c | 120 ++- >> contrib/pgxc_ctl/config.h | 2 + >> contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- >> contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- >> contrib/pgxc_ctl/datanode_cmd.h | 2 + >> contrib/pgxc_ctl/do_command.c | 153 ++- >> contrib/pgxc_ctl/gtm_cmd.c | 50 +- >> contrib/pgxc_ctl/monitor.c | 42 +- >> contrib/pgxc_ctl/pgxc_ctl.c | 45 +- >> contrib/pgxc_ctl/utils.c | 41 +- >> contrib/pgxc_ctl/utils.h | 1 + >> contrib/pgxc_ctl/variables.c | 38 +- >> contrib/pgxc_ctl/variables.h | 4 +- >> doc-xc/src/sgml/contrib.sgmlin | 1 + >> doc-xc/src/sgml/filelist.sgmlin | 1 + >> doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 >> ++++++++++++++++++++++++++++ >> doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- >> src/backend/access/transam/gtm.c | 9 +- >> src/backend/commands/sequence.c | 4 - >> src/backend/commands/tablecmds.c | 8 + >> src/backend/commands/trigger.c | 687 ++++++---- >> src/backend/nodes/copyfuncs.c | 3 + >> src/backend/optimizer/path/pgxcpath.c | 7 +- >> src/backend/optimizer/plan/pgxcplan.c | 21 +- >> src/backend/optimizer/util/pgxcship.c | 202 +++- >> src/backend/pgxc/pool/execRemote.c | 107 ++ >> src/backend/rewrite/rewriteHandler.c | 2 +- >> src/backend/tcop/utility.c | 6 + >> src/gtm/client/gtm_client.c | 41 +- >> src/gtm/main/gtm_seq.c | 3 +- >> src/gtm/main/main.c | 1 + >> src/include/commands/trigger.h | 10 +- >> src/include/gtm/gtm_client.h | 4 +- >> src/include/nodes/relation.h | 4 + >> src/include/optimizer/pgxcplan.h | 2 + >> src/include/optimizer/pgxcship.h | 4 +- >> src/test/regress/expected/combocid.out | 4 +- >> src/test/regress/expected/combocid_1.out | 9 +- >> src/test/regress/expected/copy2.out | 18 +- >> src/test/regress/expected/copy2_1.out | 86 +- >> src/test/regress/expected/inherit.out | 200 ++-- >> src/test/regress/expected/inherit_1.out | 38 +- >> src/test/regress/expected/join.out | 20 +- >> src/test/regress/expected/plpgsql_1.out | 8 +- >> src/test/regress/expected/truncate.out | 2 +- >> src/test/regress/expected/truncate_1.out | 42 +- >> src/test/regress/expected/tsearch.out | 198 ++-- >> src/test/regress/expected/tsearch_1.out | 1116 ---------------- >> src/test/regress/expected/tsearch_2.out | 1119 ---------------- >> src/test/regress/expected/xc_FQS_join.out | 8 +- >> src/test/regress/expected/xc_returning.out | 96 ++- >> src/test/regress/expected/xc_sequence.out | 33 + >> src/test/regress/expected/xc_sort.out | 22 +- >> src/test/regress/expected/xc_trigship.out | 645 +++++++++ >> src/test/regress/input/xc_copy.source | 2 - >> src/test/regress/output/xc_copy.source | 2 - >> src/test/regress/parallel_schedule | 2 +- >> src/test/regress/serial_schedule | 1 + >> src/test/regress/sql/combocid.sql | 2 +- >> src/test/regress/sql/copy2.sql | 10 +- >> src/test/regress/sql/inherit.sql | 14 +- >> src/test/regress/sql/plpgsql.sql | 4 +- >> src/test/regress/sql/truncate.sql | 2 +- >> src/test/regress/sql/tsearch.sql | 13 +- >> src/test/regress/sql/xc_FQS_join.sql | 4 +- >> src/test/regress/sql/xc_returning.sql | 33 +- >> src/test/regress/sql/xc_sequence.sql | 8 + >> src/test/regress/sql/xc_sort.sql | 6 +- >> src/test/regress/sql/xc_trigship.sql | 249 ++++ >> 69 files changed, 5112 insertions(+), 3191 deletions(-) >> create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin >> delete mode 100644 src/test/regress/expected/tsearch_1.out >> delete mode 100644 src/test/regress/expected/tsearch_2.out >> create mode 100644 src/test/regress/expected/xc_trigship.out >> create mode 100644 src/test/regress/sql/xc_trigship.sql >> >> >> hooks/post-receive >> -- >> Postgres-XC >> >> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> _______________________________________________ >> Postgres-xc-committers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >> > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |
From: Ashutosh B. <ash...@en...> - 2013-05-30 11:30:12
|
Hi Suzuki-san, We were supposed to look into the failures and then commit the merge right? On Thu, May 30, 2013 at 7:24 AM, Koichi Suzuki < koi...@us...> wrote: > Project "Postgres-XC". > > The branch, REL1_1_STABLE has been updated > via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) > via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) > via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) > via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) > via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) > via 29104ee044838f7164648cc1ffcc19872455e80c (commit) > via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) > via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) > via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) > via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) > via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) > via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) > via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) > via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) > via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) > via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) > via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) > via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) > via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) > via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) > via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) > via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) > from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 > > commit b937b7191a88c9d4506cd7d6c7b76af266fde838 > Author: Abbas <abb...@en...> > Date: Thu May 30 10:52:00 2013 +0500 > > Fix for test case with.sql > > There were two issues making the test to fail. > 1. Updates to partition column were possible using syntax like > WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t > The patch blocks this syntax. > > 2. For a WITH query that updates a table in the main query and > inserts a row in the same table in the WITH query we need to use > command ID communication to remote nodes in order to > maintain global data visibility. > Similarly a WITH query that deletes from a parent table in the > main query & inserts a row in the child table in the WITH query > we need to use command ID communication to remote nodes in order > to maintain global data visibility. > > M src/backend/optimizer/plan/pgxcplan.c > M src/backend/parser/analyze.c > M src/test/regress/expected/with.out > M src/test/regress/sql/with.sql > > ----------------------------------------------------------------------- > > Summary of changes: > contrib/pgxc_ctl/config.c | 120 ++- > contrib/pgxc_ctl/config.h | 2 + > contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- > contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- > contrib/pgxc_ctl/datanode_cmd.h | 2 + > contrib/pgxc_ctl/do_command.c | 153 ++- > contrib/pgxc_ctl/gtm_cmd.c | 50 +- > contrib/pgxc_ctl/monitor.c | 42 +- > contrib/pgxc_ctl/pgxc_ctl.c | 45 +- > contrib/pgxc_ctl/utils.c | 41 +- > contrib/pgxc_ctl/utils.h | 1 + > contrib/pgxc_ctl/variables.c | 38 +- > contrib/pgxc_ctl/variables.h | 4 +- > doc-xc/src/sgml/contrib.sgmlin | 1 + > doc-xc/src/sgml/filelist.sgmlin | 1 + > doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 > ++++++++++++++++++++++++++++ > doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- > src/backend/access/transam/gtm.c | 9 +- > src/backend/commands/sequence.c | 4 - > src/backend/commands/tablecmds.c | 8 + > src/backend/commands/trigger.c | 687 ++++++---- > src/backend/nodes/copyfuncs.c | 3 + > src/backend/optimizer/path/pgxcpath.c | 7 +- > src/backend/optimizer/plan/pgxcplan.c | 21 +- > src/backend/optimizer/util/pgxcship.c | 202 +++- > src/backend/pgxc/pool/execRemote.c | 107 ++ > src/backend/rewrite/rewriteHandler.c | 2 +- > src/backend/tcop/utility.c | 6 + > src/gtm/client/gtm_client.c | 41 +- > src/gtm/main/gtm_seq.c | 3 +- > src/gtm/main/main.c | 1 + > src/include/commands/trigger.h | 10 +- > src/include/gtm/gtm_client.h | 4 +- > src/include/nodes/relation.h | 4 + > src/include/optimizer/pgxcplan.h | 2 + > src/include/optimizer/pgxcship.h | 4 +- > src/test/regress/expected/combocid.out | 4 +- > src/test/regress/expected/combocid_1.out | 9 +- > src/test/regress/expected/copy2.out | 18 +- > src/test/regress/expected/copy2_1.out | 86 +- > src/test/regress/expected/inherit.out | 200 ++-- > src/test/regress/expected/inherit_1.out | 38 +- > src/test/regress/expected/join.out | 20 +- > src/test/regress/expected/plpgsql_1.out | 8 +- > src/test/regress/expected/truncate.out | 2 +- > src/test/regress/expected/truncate_1.out | 42 +- > src/test/regress/expected/tsearch.out | 198 ++-- > src/test/regress/expected/tsearch_1.out | 1116 ---------------- > src/test/regress/expected/tsearch_2.out | 1119 ---------------- > src/test/regress/expected/xc_FQS_join.out | 8 +- > src/test/regress/expected/xc_returning.out | 96 ++- > src/test/regress/expected/xc_sequence.out | 33 + > src/test/regress/expected/xc_sort.out | 22 +- > src/test/regress/expected/xc_trigship.out | 645 +++++++++ > src/test/regress/input/xc_copy.source | 2 - > src/test/regress/output/xc_copy.source | 2 - > src/test/regress/parallel_schedule | 2 +- > src/test/regress/serial_schedule | 1 + > src/test/regress/sql/combocid.sql | 2 +- > src/test/regress/sql/copy2.sql | 10 +- > src/test/regress/sql/inherit.sql | 14 +- > src/test/regress/sql/plpgsql.sql | 4 +- > src/test/regress/sql/truncate.sql | 2 +- > src/test/regress/sql/tsearch.sql | 13 +- > src/test/regress/sql/xc_FQS_join.sql | 4 +- > src/test/regress/sql/xc_returning.sql | 33 +- > src/test/regress/sql/xc_sequence.sql | 8 + > src/test/regress/sql/xc_sort.sql | 6 +- > src/test/regress/sql/xc_trigship.sql | 249 ++++ > 69 files changed, 5112 insertions(+), 3191 deletions(-) > create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin > delete mode 100644 src/test/regress/expected/tsearch_1.out > delete mode 100644 src/test/regress/expected/tsearch_2.out > create mode 100644 src/test/regress/expected/xc_trigship.out > create mode 100644 src/test/regress/sql/xc_trigship.sql > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |
From: Koichi S. <koi...@us...> - 2013-05-30 11:24:44
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 (commit) via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) via b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) via 29104ee044838f7164648cc1ffcc19872455e80c (commit) via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) from 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ab8b235fd19ac575403e7d7d694cf0d11099fd0 commit b937b7191a88c9d4506cd7d6c7b76af266fde838 Author: Abbas <abb...@en...> Date: Thu May 30 10:52:00 2013 +0500 Fix for test case with.sql There were two issues making the test to fail. 1. Updates to partition column were possible using syntax like WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t The patch blocks this syntax. 2. For a WITH query that updates a table in the main query and inserts a row in the same table in the WITH query we need to use command ID communication to remote nodes in order to maintain global data visibility. Similarly a WITH query that deletes from a parent table in the main query & inserts a row in the child table in the WITH query we need to use command ID communication to remote nodes in order to maintain global data visibility. M src/backend/optimizer/plan/pgxcplan.c M src/backend/parser/analyze.c M src/test/regress/expected/with.out M src/test/regress/sql/with.sql ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/config.c | 120 ++- contrib/pgxc_ctl/config.h | 2 + contrib/pgxc_ctl/coord_cmd.c | 318 ++++-- contrib/pgxc_ctl/datanode_cmd.c | 385 +++++- contrib/pgxc_ctl/datanode_cmd.h | 2 + contrib/pgxc_ctl/do_command.c | 153 ++- contrib/pgxc_ctl/gtm_cmd.c | 50 +- contrib/pgxc_ctl/monitor.c | 42 +- contrib/pgxc_ctl/pgxc_ctl.c | 45 +- contrib/pgxc_ctl/utils.c | 41 +- contrib/pgxc_ctl/utils.h | 1 + contrib/pgxc_ctl/variables.c | 38 +- contrib/pgxc_ctl/variables.h | 4 +- doc-xc/src/sgml/contrib.sgmlin | 1 + doc-xc/src/sgml/filelist.sgmlin | 1 + doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1956 ++++++++++++++++++++++++++++ doc-xc/src/sgml/ref/truncate.sgmlin | 3 +- src/backend/access/transam/gtm.c | 9 +- src/backend/commands/sequence.c | 4 - src/backend/commands/tablecmds.c | 8 + src/backend/commands/trigger.c | 687 ++++++---- src/backend/nodes/copyfuncs.c | 3 + src/backend/optimizer/path/pgxcpath.c | 7 +- src/backend/optimizer/plan/pgxcplan.c | 21 +- src/backend/optimizer/util/pgxcship.c | 202 +++- src/backend/pgxc/pool/execRemote.c | 107 ++ src/backend/rewrite/rewriteHandler.c | 2 +- src/backend/tcop/utility.c | 6 + src/gtm/client/gtm_client.c | 41 +- src/gtm/main/gtm_seq.c | 3 +- src/gtm/main/main.c | 1 + src/include/commands/trigger.h | 10 +- src/include/gtm/gtm_client.h | 4 +- src/include/nodes/relation.h | 4 + src/include/optimizer/pgxcplan.h | 2 + src/include/optimizer/pgxcship.h | 4 +- src/test/regress/expected/combocid.out | 4 +- src/test/regress/expected/combocid_1.out | 9 +- src/test/regress/expected/copy2.out | 18 +- src/test/regress/expected/copy2_1.out | 86 +- src/test/regress/expected/inherit.out | 200 ++-- src/test/regress/expected/inherit_1.out | 38 +- src/test/regress/expected/join.out | 20 +- src/test/regress/expected/plpgsql_1.out | 8 +- src/test/regress/expected/truncate.out | 2 +- src/test/regress/expected/truncate_1.out | 42 +- src/test/regress/expected/tsearch.out | 198 ++-- src/test/regress/expected/tsearch_1.out | 1116 ---------------- src/test/regress/expected/tsearch_2.out | 1119 ---------------- src/test/regress/expected/xc_FQS_join.out | 8 +- src/test/regress/expected/xc_returning.out | 96 ++- src/test/regress/expected/xc_sequence.out | 33 + src/test/regress/expected/xc_sort.out | 22 +- src/test/regress/expected/xc_trigship.out | 645 +++++++++ src/test/regress/input/xc_copy.source | 2 - src/test/regress/output/xc_copy.source | 2 - src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 1 + src/test/regress/sql/combocid.sql | 2 +- src/test/regress/sql/copy2.sql | 10 +- src/test/regress/sql/inherit.sql | 14 +- src/test/regress/sql/plpgsql.sql | 4 +- src/test/regress/sql/truncate.sql | 2 +- src/test/regress/sql/tsearch.sql | 13 +- src/test/regress/sql/xc_FQS_join.sql | 4 +- src/test/regress/sql/xc_returning.sql | 33 +- src/test/regress/sql/xc_sequence.sql | 8 + src/test/regress/sql/xc_sort.sql | 6 +- src/test/regress/sql/xc_trigship.sql | 249 ++++ 69 files changed, 5112 insertions(+), 3191 deletions(-) create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin delete mode 100644 src/test/regress/expected/tsearch_1.out delete mode 100644 src/test/regress/expected/tsearch_2.out create mode 100644 src/test/regress/expected/xc_trigship.out create mode 100644 src/test/regress/sql/xc_trigship.sql hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-30 05:53:43
|
Project "Postgres-XC". The branch, master has been updated via b937b7191a88c9d4506cd7d6c7b76af266fde838 (commit) from fb2c716dacd84d0e0a1f747d8178402c94462ada (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b937b7191a88c9d4506cd7d6c7b76af266fde838 commit b937b7191a88c9d4506cd7d6c7b76af266fde838 Author: Abbas <abb...@en...> Date: Thu May 30 10:52:00 2013 +0500 Fix for test case with.sql There were two issues making the test to fail. 1. Updates to partition column were possible using syntax like WITH t AS (UPDATE y SET a=a+1 RETURNING *) SELECT * FROM t The patch blocks this syntax. 2. For a WITH query that updates a table in the main query and inserts a row in the same table in the WITH query we need to use command ID communication to remote nodes in order to maintain global data visibility. Similarly a WITH query that deletes from a parent table in the main query & inserts a row in the child table in the WITH query we need to use command ID communication to remote nodes in order to maintain global data visibility. M src/backend/optimizer/plan/pgxcplan.c M src/backend/parser/analyze.c M src/test/regress/expected/with.out M src/test/regress/sql/with.sql ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 11 ++ src/backend/parser/analyze.c | 79 ++++++++++ src/test/regress/expected/with.out | 272 ++++++++++++++++++-------------- src/test/regress/sql/with.sql | 6 +- 4 files changed, 246 insertions(+), 122 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-30 05:41:34
|
Project "Postgres-XC". The branch, master has been updated via fb2c716dacd84d0e0a1f747d8178402c94462ada (commit) from 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fb2c716dacd84d0e0a1f747d8178402c94462ada commit fb2c716dacd84d0e0a1f747d8178402c94462ada Author: Abbas <abb...@en...> Date: Thu May 30 10:39:50 2013 +0500 Change names of a couple of variables realted to command id exchange mechanism to more general names. M src/backend/nodes/copyfuncs.c M src/backend/nodes/equalfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/parser/analyze.c M src/backend/pgxc/pool/execRemote.c M src/include/nodes/parsenodes.h M src/include/optimizer/pgxcplan.h ----------------------------------------------------------------------- Summary of changes: src/backend/nodes/copyfuncs.c | 4 ++-- src/backend/nodes/equalfuncs.c | 2 +- src/backend/nodes/outfuncs.c | 2 +- src/backend/optimizer/plan/pgxcplan.c | 4 ++-- src/backend/parser/analyze.c | 2 +- src/backend/pgxc/pool/execRemote.c | 10 +++++++--- src/include/nodes/parsenodes.h | 7 +++++-- src/include/optimizer/pgxcplan.h | 4 ++-- 8 files changed, 21 insertions(+), 14 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-05-20 05:53:41
|
Project "Postgres-XC". The branch, master has been updated via 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d (commit) from ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d commit 5c07b4ec0623dfb78c7472ae28112bd8a84c5c0d Author: Amit Khandekar <ami...@en...> Date: Mon May 20 11:07:15 2013 +0530 Fix for bug 3613598. If a table has multiple triggers, either fire all of them on datanode, or fire all of them on coordinator. If one or more triggers are not shippable to datanode, fire all of the triggers on coordinator, else fire them on datanode. This is required because we need to execute triggers in alphabetical order. Also, statement triggers are now fired only on coordinator, even if the statement is FQSed, or even if the trigger function is shippable. M src/backend/commands/trigger.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/optimizer/util/pgxcship.c M src/backend/pgxc/pool/execRemote.c M src/backend/rewrite/rewriteHandler.c M src/include/commands/trigger.h M src/include/optimizer/pgxcship.h A src/test/regress/expected/xc_trigship.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule A src/test/regress/sql/xc_trigship.sql ----------------------------------------------------------------------- Summary of changes: src/backend/commands/trigger.c | 687 +++++++++++++++++------------ src/backend/optimizer/plan/pgxcplan.c | 21 +- src/backend/optimizer/util/pgxcship.c | 165 +++++++- src/backend/pgxc/pool/execRemote.c | 92 ++++ src/backend/rewrite/rewriteHandler.c | 2 +- src/include/commands/trigger.h | 10 +- src/include/optimizer/pgxcship.h | 4 +- src/test/regress/expected/xc_trigship.out | 645 +++++++++++++++++++++++++++ src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 1 + src/test/regress/sql/xc_trigship.sql | 249 +++++++++++ 11 files changed, 1576 insertions(+), 302 deletions(-) create mode 100644 src/test/regress/expected/xc_trigship.out create mode 100644 src/test/regress/sql/xc_trigship.sql hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-15 11:26:33
|
Project "Postgres-XC". The branch, master has been updated via ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a (commit) via a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 (commit) from b7386859657f07a3cf9d8091d259fe5b164ffa2e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a commit ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a Author: Ashutosh Bapat <ash...@en...> Date: Wed May 15 16:39:17 2013 +0530 Fix the explain outputs of xc_sort and xc_FQS_join to be independent of number of nodes in the XC cluster where tests are being run. Original patch by Koichi Suzuki. M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_sort.out M src/test/regress/sql/xc_FQS_join.sql M src/test/regress/sql/xc_sort.sql http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a9ca92bbcd3c31d3bfacc12bb3807b4c11530849 commit ecbb15bbf9e2c2cf30918c03b21bdb3727e2ca5a Author: Ashutosh Bapat <ash...@en...> Date: Wed May 15 16:39:17 2013 +0530 Fix the explain outputs of xc_sort and xc_FQS_join to be independent of number of nodes in the XC cluster where tests are being run. Original patch by Koichi Suzuki. M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_sort.out M src/test/regress/sql/xc_FQS_join.sql M src/test/regress/sql/xc_sort.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/tsearch.out | 198 +++--- src/test/regress/expected/tsearch_1.out | 1116 ---------------------------- src/test/regress/expected/tsearch_2.out | 1119 ----------------------------- src/test/regress/expected/xc_FQS_join.out | 8 +- src/test/regress/expected/xc_sort.out | 22 +- src/test/regress/sql/tsearch.sql | 13 +- src/test/regress/sql/xc_FQS_join.sql | 4 +- src/test/regress/sql/xc_sort.sql | 6 +- 8 files changed, 126 insertions(+), 2360 deletions(-) delete mode 100644 src/test/regress/expected/tsearch_1.out delete mode 100644 src/test/regress/expected/tsearch_2.out hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-15 07:55:09
|
Project "Postgres-XC". The branch, master has been updated from 29104ee044838f7164648cc1ffcc19872455e80c (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-13 13:54:11
|
Project "Postgres-XC". The branch, master has been updated via 29104ee044838f7164648cc1ffcc19872455e80c (commit) from 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=29104ee044838f7164648cc1ffcc19872455e80c commit 29104ee044838f7164648cc1ffcc19872455e80c Author: Koichi Suzuki <koi...@gm...> Date: Mon May 13 22:51:31 2013 +0900 This commit fixes the bug 3611326, back up sequence information to GTM slave. Andrei Martsinchuyk provided the patch. M src/gtm/client/gtm_client.c M src/gtm/main/main.c ----------------------------------------------------------------------- Summary of changes: src/gtm/client/gtm_client.c | 16 ++++++++-------- src/gtm/main/main.c | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-13 11:11:58
|
Project "Postgres-XC". The branch, master has been updated via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) from bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=86023f0b4a59525c9a9a11b2db5cc86d70462c9e commit 86023f0b4a59525c9a9a11b2db5cc86d70462c9e Author: Koichi Suzuki <koi...@gm...> Date: Mon May 13 20:11:01 2013 +0900 This commit fixes a bug so that local work files are removed when not needed. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 1 + contrib/pgxc_ctl/datanode_cmd.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-13 10:59:16
|
Project "Postgres-XC". The branch, master has been updated via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) from e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bac78d0e4b27de92da5f1092130df1d01f50ab27 commit bac78d0e4b27de92da5f1092130df1d01f50ab27 Author: Koichi Suzuki <koi...@gm...> Date: Mon May 13 19:56:21 2013 +0900 This commit reflects some more fix to pgxc_ctl for beta. Added very simple command to check if there's any tables involved by the datanode to remove. M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/config.h M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/datanode_cmd.h M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/gtm_cmd.c M contrib/pgxc_ctl/monitor.c M contrib/pgxc_ctl/utils.c M contrib/pgxc_ctl/utils.h M contrib/pgxc_ctl/variables.c M contrib/pgxc_ctl/variables.h M doc-xc/src/sgml/pgxc_ctl-ref.sgmlin ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/config.c | 120 +++++++++-- contrib/pgxc_ctl/config.h | 2 + contrib/pgxc_ctl/coord_cmd.c | 305 +++++++++++++++++++++-------- contrib/pgxc_ctl/datanode_cmd.c | 375 +++++++++++++++++++++++++++++------ contrib/pgxc_ctl/datanode_cmd.h | 2 + contrib/pgxc_ctl/do_command.c | 153 ++++++++++++--- contrib/pgxc_ctl/gtm_cmd.c | 50 ++++-- contrib/pgxc_ctl/monitor.c | 42 ++-- contrib/pgxc_ctl/utils.c | 41 ++++- contrib/pgxc_ctl/utils.h | 1 + contrib/pgxc_ctl/variables.c | 38 ++++- contrib/pgxc_ctl/variables.h | 4 +- doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 184 ++++++++++++++---- 13 files changed, 1052 insertions(+), 265 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-13 09:17:03
|
Project "Postgres-XC". The branch, master has been updated via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) from 158a20dc77e6d723a1e9a59171323de869f8360a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 commit e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 Author: Abbas <abb...@en...> Date: Mon May 13 14:15:06 2013 +0500 DROP NODE has to be an allowed statement, otherwise trying to acquire an advisory lock on the node to be droped fails. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-10 01:41:40
|
Project "Postgres-XC". The branch, master has been updated via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) from 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=158a20dc77e6d723a1e9a59171323de869f8360a commit 158a20dc77e6d723a1e9a59171323de869f8360a Author: Koichi Suzuki <koi...@gm...> Date: Fri May 10 10:39:51 2013 +0900 This is a fix to incorrect get_next of the sequence. Nikhil Sontakke provided the patch. M src/backend/access/transam/gtm.c M src/backend/commands/sequence.c M src/gtm/client/gtm_client.c M src/gtm/main/gtm_seq.c M src/include/gtm/gtm_client.h M src/test/regress/expected/xc_sequence.out M src/test/regress/sql/xc_sequence.sql ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/gtm.c | 9 ++++++- src/backend/commands/sequence.c | 4 --- src/gtm/client/gtm_client.c | 25 +++++++++++---------- src/gtm/main/gtm_seq.c | 3 +- src/include/gtm/gtm_client.h | 4 +- src/test/regress/expected/xc_sequence.out | 33 +++++++++++++++++++++++++++++ src/test/regress/sql/xc_sequence.sql | 8 +++++++ 7 files changed, 65 insertions(+), 21 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 13:36:03
|
Project "Postgres-XC". The branch, master has been updated via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) from 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3dc83234c493f38ffd25e9ae647a912d5e976a41 commit 3dc83234c493f38ffd25e9ae647a912d5e976a41 Author: Abbas <abb...@en...> Date: Thu May 9 18:32:11 2013 +0500 Fix for test case xc_misc.sql A SELECT FOR UPDATE on a replicated table was being shipped by mistake to all datanodes in a cluster with no primary node. The problem was in function pgxc_FQS_find_datanodes. The if condition to call GetPreferredReplicationNode was only checking read relation access type, read for update was missing. The result was that in case of read for update on a replicated table in a cluster with no primary node, the query was being shipped to all datanodes since the call to GetPreferredReplicationNode got skipped. The fix was to add an additional check in the if condition. In addition the patch adds assertions at places where GetRelationNodes is called and a read for update on a replicated table is not expected. M src/backend/optimizer/util/pgxcship.c M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/util/pgxcship.c | 3 ++- src/backend/pgxc/pool/execRemote.c | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:26:12
|
Project "Postgres-XC". The branch, master has been updated via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) from be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8cb99209374a59eafdbd71a0646f882f9a4517c1 commit 8cb99209374a59eafdbd71a0646f882f9a4517c1 Author: Abbas <abb...@en...> Date: Thu May 9 11:24:52 2013 +0500 Fix for test case xc_returning The tables should be created on a well defined set of nodes to make sure that ctid returning test cases return consistent output on all cluster configurations. M src/test/regress/expected/xc_returning.out M src/test/regress/sql/xc_returning.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_returning.out | 96 ++++++++++++++++++++++++---- src/test/regress/sql/xc_returning.sql | 33 ++++++---- 2 files changed, 103 insertions(+), 26 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:22:21
|
Project "Postgres-XC". The branch, master has been updated via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) from 2236854c90aea606336a4c17ef892f42e0abc01b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=be3468f1980fc2272bfa28cb6cac6bdef96a4d79 commit be3468f1980fc2272bfa28cb6cac6bdef96a4d79 Author: Abbas <abb...@en...> Date: Thu May 9 11:21:23 2013 +0500 Fix for test case xc_copy The intention of the test case is to make sure that quoted table names work fine in COPY FROM. This test can be performed with a single data row in the table to make sure that the results are consistent on all cluster configurations. M src/test/regress/input/xc_copy.source M src/test/regress/output/xc_copy.source ----------------------------------------------------------------------- Summary of changes: src/test/regress/input/xc_copy.source | 2 -- src/test/regress/output/xc_copy.source | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:18:39
|
Project "Postgres-XC". The branch, master has been updated via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) from f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2236854c90aea606336a4c17ef892f42e0abc01b commit 2236854c90aea606336a4c17ef892f42e0abc01b Author: Abbas <abb...@en...> Date: Thu May 9 11:17:27 2013 +0500 Fix for test case copy2.sql Test was failing because of some missing order by clauses. Also some changes were done to make sure that the alternate expected output comes closer to the expected output. Still there are some changes between the two that need to be taken care of. The changes are because FOR EACH ROW triggers are not fired on coordinators and there is some missing quotes issue as well. Once these issues are resolved the alternate expected output file can be removed. M src/test/regress/expected/copy2.out M src/test/regress/expected/copy2_1.out M src/test/regress/sql/copy2.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/copy2.out | 18 ++++--- src/test/regress/expected/copy2_1.out | 86 ++++++++++++++++---------------- src/test/regress/sql/copy2.sql | 10 ++-- 3 files changed, 58 insertions(+), 56 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-09 06:11:52
|
Project "Postgres-XC". The branch, master has been updated via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) from 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f0b96188ca31b2915323b8e613b4ff34abaa2cbc commit f0b96188ca31b2915323b8e613b4ff34abaa2cbc Author: Ashutosh Bapat <ash...@en...> Date: Thu May 9 11:40:01 2013 +0530 If there an unshippable expression in the targetlist of the inner relation (the side which contributes NULL columns for the unmatched columns) of an OUTER join, the unshippable expression gets projected at the coordinator. At the time of projection, it's not possible to judge which side of the join expression comes from and whether it should be NULL (in case of unmatched row) or non-NULL (in case of matched row). Hence in such cases, join should not be shippable. That way, the join will be evaluated at the coordinator and NULL or non-NULL values will be projected based on the join quals. M src/backend/optimizer/path/pgxcpath.c M src/backend/optimizer/util/pgxcship.c M src/include/nodes/relation.h M src/include/optimizer/pgxcplan.h M src/test/regress/expected/join.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/pgxcpath.c | 7 +++++- src/backend/optimizer/util/pgxcship.c | 34 ++++++++++++++++++++++++++++++-- src/include/nodes/relation.h | 4 +++ src/include/optimizer/pgxcplan.h | 2 + src/test/regress/expected/join.out | 20 +++++++++++++----- 5 files changed, 57 insertions(+), 10 deletions(-) hooks/post-receive -- Postgres-XC |