You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
(9) |
15
(3) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
|
31
|
|
|
|
|
|
|
From: Dika Y. <di...@nt...> - 2010-10-15 04:09:51
|
Hi Paquier, That’s good; I got it, thanks very much, Best wishes, Dika Ye NTT Com Asia Limited _____ 发件人: Michael Paquier [mailto:mic...@gm...] 发送时间: 2010年10月15日 12:04 收件人: Dika Ye 抄送: pos...@li... 主题: Re: [Postgres-xc-general] 答复: gtm_coordinator_id or gtm_coord_id Hi Dika, You can get the latest code from the project's GIT repository. GIT is a CVS system. Install it and then take the head code with this git URL. git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc You can create a GIT repository with the following commands: mkdir pgxc cd pgxc git init git remote add pgxc git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc #Upload code to your local machine git fetch pgxc git branch --track master pgxc/master #extract branch master on your local machine git checkout master If you want to install GIT, have a look at their website http://git-scm.com/. They have also some documentation here http://git-scm.com/documentation. I also compiled a small manual here, I believe it is helpful. http://michaelpq.users.sourceforge.net/manuals/git_help.html Regards, -- Michael Paquier http://michaelpq.users.sourceforge.net |
From: Michael P. <mic...@gm...> - 2010-10-15 04:04:12
|
Hi Dika, You can get the latest code from the project's GIT repository. GIT is a CVS system. Install it and then take the head code with this git URL. git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc You can create a GIT repository with the following commands: mkdir pgxc cd pgxc git init git remote add pgxc git:// postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc #Upload code to your local machine git fetch pgxc git branch --track master pgxc/master #extract branch master on your local machine git checkout master If you want to install GIT, have a look at their website http://git-scm.com/ . They have also some documentation here http://git-scm.com/documentation. I also compiled a small manual here, I believe it is helpful. http://michaelpq.users.sourceforge.net/manuals/git_help.html Regards, -- Michael Paquier http://michaelpq.users.sourceforge.net |
From: Dika Y. <di...@nt...> - 2010-10-15 02:40:06
|
Where to get the latest source code? Can you send me the link? Thanks. Best wishes, Dika Ye NTT Com Asia Limited -----邮件原件----- 发件人: Mason Sharp [mailto:mas...@en...] 发送时间: 2010年10月14日 22:11 收件人: pos...@li...; di...@nt... 主题: Re: [Postgres-xc-general] gtm_coordinator_id or gtm_coord_id On 10/14/10 7:05 AM, Koichi Suzuki wrote: > Hi, > > I'm afraid you didn't copy coordinator's database to all the other > coordinators. In the current available release, DDL is not > synchronized to coordinators (synchronized to datanodes, though). To > make all the DDL effect avialable, you should stop all the > coordinators and statically copy $PGDATA to all the other coordinators > to make DDL effect visible. > > Next release will include DDL synchronization to coordinators. > > Dika, If you are comfortable with getting the latest source code from the repository, it includes automatic DDL synchronization between the Coordinators. Regards, Mason > Best Regards; > ---------- > Koichi Suzuki > > > > 2010/10/14 Dika Ye<di...@nt...>: > >> Hi all, >> >> >> >> In version 9.0.2, it uses the parameter use gtm_coordinator_id or >> gtm_coord_id? Are they the same? >> >> I found it in<PG-XC_InstallManual_v0_9_2.pdf>, it said “gtm_coord_id = i” >> in coordinatori postgresql.conf configure file, “gtm_coord_id = i+1” in >> datanodei postgresql.conf configure file, >> >> And I found it in<PG-XC_pgbench_Tutorial_v0_9_2.pdf> said >> “gtm_coordinator_id = 1” for the coordinator1 and “gtm_coordinator_id = 11” >> for the datanode1. >> >> >> >> >> >> >> >> >> >> >> >> >> >> Best wishes, >> >> >> >> Dika.Ye >> >> >> >> ---------------------------------------------------------------------------- -- >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >> >> >> > ---------------------------------------------------------------------------- -- > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company 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. |