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
|
2
(1) |
3
(6) |
4
(19) |
5
|
6
(15) |
7
(2) |
8
(2) |
9
(22) |
10
(20) |
11
(20) |
12
(14) |
13
(12) |
14
(2) |
15
|
16
(14) |
17
(17) |
18
(4) |
19
(8) |
20
(2) |
21
(3) |
22
|
23
(8) |
24
(1) |
25
|
26
(2) |
27
(1) |
28
|
29
|
30
(7) |
31
(3) |
|
|
|
|
From: Joshua D. D. <jd...@co...> - 2012-07-30 17:31:47
|
Hello, I wonder if it makes sense to only allow long options after a short option. For example: -XC --coordinator So the only way to use the XC options is to pass -XC and then a long option. That should keep us completely clear of PostgreSQL. Sincerely, Joshua D. Drake |
From: Michael P. <mic...@gm...> - 2012-07-30 13:27:20
|
On Mon, Jul 30, 2012 at 7:17 PM, Ashutosh Bapat < ash...@en...> wrote: > We need to look at this in broader perspective. Using long options would > fix the -C problem for now. This option has been chosen long ago... This reminds me of the problem with node list... I think that long options are enough safe. Like for initdb with --nodename, I can pretty assure that options like --coordinator and --datanode will never be used in Postgres. So we should try to maximize the use of long options with keywords only associated to XC. But all the new options we would add will have this problem, at some or > other point. Should we provide a solution which will take care of such > problems for once and all? Changing user interfaces from release to release > would alienate users from us. > Yes, and we also cannot forget that XC is directly a child of Postgres, so in case of an option conflict, well postgres has to win and will win. What we can do is choosing our new options enough wisely (launch options, guc params, etc) to avoid any conflicts in future merges. The past choice of -C and -X was indeed really bad as 9.2 merge is showing. Hence, long options with really XC-specific keywords is a good deal. I am open to other suggestions though. > On Mon, Jul 30, 2012 at 7:01 AM, Michael Paquier < > mic...@gm...> wrote: > >> Hi all, >> >> XC is now using -C to start up a node as a Coordinator, and -X to start >> up a node as a Datanode. >> In PostgreSQL 9.2, -C is now used for configuration parameters, so we >> need to change the way we start nodes. >> >> In order to definitely take care of this problem that may happen in the >> next release, I think we should change the start-up option >> of XC nodes to long options, with --coordinator and --datanode. By using >> that, we are sure that out options won't interact with postgres ones. >> >> Comments? >> -- >> Michael Paquier >> http://michael.otacoo.com >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Postgres-xc-developers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >> >> > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Enterprise Postgres Company > > -- Michael Paquier http://michael.otacoo.com |
From: Ashutosh B. <ash...@en...> - 2012-07-30 10:17:34
|
We need to look at this in broader perspective. Using long options would fix the -C problem for now. But all the new options we would add will have this problem, at some or other point. Should we provide a solution which will take care of such problems for once and all? Changing user interfaces from release to release would alienate users from us. On Mon, Jul 30, 2012 at 7:01 AM, Michael Paquier <mic...@gm...>wrote: > Hi all, > > XC is now using -C to start up a node as a Coordinator, and -X to start up > a node as a Datanode. > In PostgreSQL 9.2, -C is now used for configuration parameters, so we need > to change the way we start nodes. > > In order to definitely take care of this problem that may happen in the > next release, I think we should change the start-up option > of XC nodes to long options, with --coordinator and --datanode. By using > that, we are sure that out options won't interact with postgres ones. > > Comments? > -- > Michael Paquier > http://michael.otacoo.com > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Joshua D. D. <jd...@co...> - 2012-07-30 03:11:44
|
On 07/29/2012 06:31 PM, Michael Paquier wrote: > Hi all, > > XC is now using -C to start up a node as a Coordinator, and -X to start > up a node as a Datanode. > In PostgreSQL 9.2, -C is now used for configuration parameters, so we > need to change the way we start nodes. > > In order to definitely take care of this problem that may happen in the > next release, I think we should change the start-up option > of XC nodes to long options, with --coordinator and --datanode. By using > that, we are sure that out options won't interact with postgres ones. Only long options works for me. I prefer verbose options anyway. It allows us to understand exactly what is going on. Sincerely, Joshua D. Drake -- Command Prompt, Inc. - http://www.commandprompt.com/ PostgreSQL Support, Training, Professional Services and Development High Availability, Oracle Conversion, Postgres-XC @cmdpromptinc - 509-416-6579 |
From: Michael P. <mic...@gm...> - 2012-07-30 01:51:11
|
On Mon, Jul 30, 2012 at 10:48 AM, Koichi Suzuki <ko...@in...>wrote: > On Mon, 30 Jul 2012 10:31:38 +0900 > Michael Paquier <mic...@gm...> wrote: > > > Hi all, > > > > XC is now using -C to start up a node as a Coordinator, and -X to start > up > > a node as a Datanode. > > In PostgreSQL 9.2, -C is now used for configuration parameters, so we > need > > to change the way we start nodes. > > > > In order to definitely take care of this problem that may happen in the > > next release, I think we should change the start-up option > > of XC nodes to long options, with --coordinator and --datanode. By using > > that, we are sure that out options won't interact with postgres ones. > > > > Comments? > > So we're going to have only long options for this? I've no objection to > it anyway. > Yes, looks like a better long-term option than anything else. However I am open to other ideas. > Also, we're maintaining -Z option, right? > There is no problem on this side, so we can keep it as is. -- Michael Paquier http://michael.otacoo.com |
From: Koichi S. <ko...@in...> - 2012-07-30 01:47:01
|
On Mon, 30 Jul 2012 10:31:38 +0900 Michael Paquier <mic...@gm...> wrote: > Hi all, > > XC is now using -C to start up a node as a Coordinator, and -X to start up > a node as a Datanode. > In PostgreSQL 9.2, -C is now used for configuration parameters, so we need > to change the way we start nodes. > > In order to definitely take care of this problem that may happen in the > next release, I think we should change the start-up option > of XC nodes to long options, with --coordinator and --datanode. By using > that, we are sure that out options won't interact with postgres ones. > > Comments? So we're going to have only long options for this? I've no objection to it anyway. Also, we're maintaining -Z option, right? --- Koichi > -- > Michael Paquier > http://michael.otacoo.com |
From: Michael P. <mic...@gm...> - 2012-07-30 01:31:45
|
Hi all, XC is now using -C to start up a node as a Coordinator, and -X to start up a node as a Datanode. In PostgreSQL 9.2, -C is now used for configuration parameters, so we need to change the way we start nodes. In order to definitely take care of this problem that may happen in the next release, I think we should change the start-up option of XC nodes to long options, with --coordinator and --datanode. By using that, we are sure that out options won't interact with postgres ones. Comments? -- Michael Paquier http://michael.otacoo.com |