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
(1) |
2
|
3
(6) |
4
(8) |
5
(9) |
6
|
7
|
8
(6) |
9
(4) |
10
(5) |
11
(2) |
12
|
13
|
14
|
15
(1) |
16
(2) |
17
(5) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
(7) |
31
(11) |
|
|
|
From: Michael P. <mic...@gm...> - 2011-08-10 07:37:15
|
Hi all, Here is a fix for bug 3389327 regarding query aliases using "from" in their aliases. XC planner is creating some conflicts when rebuilding queries using ORDER BY. This solves the diffs of regression test date. Regards, -- Michael Paquier http://michael.otacoo.com |
From: Michael P. <mic...@gm...> - 2011-08-10 07:23:38
|
I don't have anything in mind yet. But I will look at it. -- Michael Paquier http://michael.otacoo.com |
From: Abbas B. <abb...@te...> - 2011-08-10 07:02:54
|
This mechanism was added to get prepared transaction list from the nodes and has a few side effects. I remember taking a look at the failure in our last F2F meeting, but then we decided to take a look at it later on. Probably we should look at the reason of the failure if you agree that principally we are using correct mechanism. Do you have any suggestion for an alternate mechanism to get the prepared transactions? On Wed, Aug 10, 2011 at 5:40 AM, Michael Paquier <mic...@gm...>wrote: > Hi all, > > Shouldn't we remove the stuff related to pgxc_coordinator_schema that has > been created for the regression test prepared_xacts? > This has been initially created to be able to get prepared transaction list > from all the nodes to pass the associated regression test, but I still get > diffs related to that. > There is also another thing I am not so much a fan with this configuration: > when connecting to a database for the first time, doing an \d makes appear > this: > template1=# \d > List of relations > Schema | Name | Type | Owner > -----------------------------+-------------------+-------+--------- > __pgxc_coordinator_schema__ | pg_prepared_xacts | table | michael > (1 row) > > While it should output this: > template1=# \d > No relations found. > > This is particularly annoying for users I think, and makes XC inconsistent > with Postgres. > Thoughts? > -- > Michael Paquier > http://michael.otacoo.com > > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > |
From: Michael P. <mic...@gm...> - 2011-08-10 00:40:50
|
Hi all, Shouldn't we remove the stuff related to pgxc_coordinator_schema that has been created for the regression test prepared_xacts? This has been initially created to be able to get prepared transaction list from all the nodes to pass the associated regression test, but I still get diffs related to that. There is also another thing I am not so much a fan with this configuration: when connecting to a database for the first time, doing an \d makes appear this: template1=# \d List of relations Schema | Name | Type | Owner -----------------------------+-------------------+-------+--------- __pgxc_coordinator_schema__ | pg_prepared_xacts | table | michael (1 row) While it should output this: template1=# \d No relations found. This is particularly annoying for users I think, and makes XC inconsistent with Postgres. Thoughts? -- Michael Paquier http://michael.otacoo.com |