You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(4) |
2
(4) |
3
|
4
|
5
(2) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(4) |
16
(1) |
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
(1) |
27
|
28
(5) |
29
(7) |
30
(4) |
|
From: Ashutosh B. <ash...@en...> - 2011-09-02 08:43:28
|
Hmm Ok. Please commit the patch. I will be nice to write down somewhere, as to how do we choose different ports, directories, for various coordinators and datanodes. On Fri, Sep 2, 2011 at 1:31 PM, Michael Paquier <mic...@gm...>wrote: > > > On Fri, Sep 2, 2011 at 3:32 PM, Ashutosh Bapat < > ash...@en...> wrote: > >> Hi Michael, >> Sorry for delay. >> Here are my comments, >> 1. This patch adds xc_groupby xc_distkey xc_having xc_temp in parallel >> schedule. Does that mean that these tests will be run simultaneously? If so, >> we have to make sure that they create tables/objects with different names >> such that those do not conflict with each other. Are we going to use second >> coordinator for firing the parallel testcase? >> > Those test cases run OK in parallel. > > >> 2. It may be better to separate the XC specific code into a separate C >> file pgxc_regress.c or something and call it in pg_regress.c. That way >> pg_regress will remain clean. > > I am not sure it is the way to do. > In order to keep a code compact I made a lot of functions that use static > variables of pg_regress.c as the same operations are repeated several times. > If I put the additional functions in another file I will have to export > those variables or add additional arguments when calling for external APIs. > This may heavy the code more than light it up. > -- > Michael Paquier > http://michael.otacoo.com > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Michael P. <mic...@gm...> - 2011-09-02 08:02:06
|
On Fri, Sep 2, 2011 at 3:32 PM, Ashutosh Bapat < ash...@en...> wrote: > Hi Michael, > Sorry for delay. > Here are my comments, > 1. This patch adds xc_groupby xc_distkey xc_having xc_temp in parallel > schedule. Does that mean that these tests will be run simultaneously? If so, > we have to make sure that they create tables/objects with different names > such that those do not conflict with each other. Are we going to use second > coordinator for firing the parallel testcase? > Those test cases run OK in parallel. > 2. It may be better to separate the XC specific code into a separate C file > pgxc_regress.c or something and call it in pg_regress.c. That way pg_regress > will remain clean. I am not sure it is the way to do. In order to keep a code compact I made a lot of functions that use static variables of pg_regress.c as the same operations are repeated several times. If I put the additional functions in another file I will have to export those variables or add additional arguments when calling for external APIs. This may heavy the code more than light it up. -- Michael Paquier http://michael.otacoo.com |
From: Ashutosh B. <ash...@en...> - 2011-09-02 06:32:57
|
Hi Michael, Sorry for delay. Here are my comments, 1. This patch adds xc_groupby xc_distkey xc_having xc_temp in parallel schedule. Does that mean that these tests will be run simultaneously? If so, we have to make sure that they create tables/objects with different names such that those do not conflict with each other. Are we going to use second coordinator for firing the parallel testcase? 2. It may be better to separate the XC specific code into a separate C file pgxc_regress.c or something and call it in pg_regress.c. That way pg_regress will remain clean. On Fri, Sep 2, 2011 at 10:56 AM, Michael Paquier <mic...@gm...>wrote: > Here is an updated version of the patch with some more comments. > > -- > Michael Paquier > http://michael.otacoo.com > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Michael P. <mic...@gm...> - 2011-09-02 05:26:54
|
Here is an updated version of the patch with some more comments. -- Michael Paquier http://michael.otacoo.com |