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
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
(2) |
14
(3) |
15
|
16
|
17
|
18
(2) |
19
(1) |
20
(3) |
21
|
22
(5) |
23
|
24
|
25
(1) |
26
|
27
|
28
|
29
(1) |
30
|
31
|
|
|
|
|
|
|
From: Mason S. <mas...@en...> - 2010-10-22 18:57:10
|
> > Enclosure is my patch for bug#3010262. Your suggestions will be > appreciated. > > Truely, > > Benny > > > Thanks, Benny. In looking at the patch, I am guessing the main issue you fixed was that it will create an additional create index command, and that we do not want to send it down to the data nodes since one already ran as part of the create table. I think we should try and avoid modifying the existing PostgreSQL function parameter list like that for transformIndexConstraints() if reasonably (stress: reasonably) possible to make merging and maintenance of PostgreSQL easier. Can CreateStmtContext.isalter be used instead? Can it even be used in utility.c instead of isFromCreateStmt? Thanks, Mason > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > -- 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. |
From: Mason S. <mas...@en...> - 2010-10-22 14:24:18
|
Benny, Just to provide more background, PostgreSQL uses MVCC, so transaction ids (XID or GXID) are important for determining what is visible within the database. These IDs are obtained from GTM. If in the cluster these advance and GTM is restarted with a low XID, then your previous work will not be visible. It is important to start it with at least the last id. As Koichi mentioned, if you stop gracefully it will write the current value in a file and on restart will read this value (unless overridden by a passed in value). If GTM crashed and you restart, you will need to manually pass in a high value. As Koichi also mentioned, we are currently working on this to recover this value properly. Regards, Mason On 10/22/10 3:26 AM, Koichi Suzuki wrote: > How did you stop and restart GTM? > > If you stop gtm gracefully, it will restart to start with next GXID. > If GTM crashed and you restart, you may need to specify GXID to start with. > > Safer GTM recovery and restart will be implemented by the end of this year. > > Regards; > --- > Koichi Suzuki > > (2010年10月22日 15:59), mei le wrote: > >> Deras, >> When I restart the GTM, all my tables disppeare. I don't know why. Is is >> a problem or was what I did wrong? >> Your reply will be appreciated. >> Truely, >> Benny >> >> >> >> >> ------------------------------------------------------------------------------ >> Nokia and AT&T present the 2010 Calling All Innovators-North America contest >> Create new apps& games for the Nokia N8 for consumers in U.S. and Canada >> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing >> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store >> http://p.sf.net/sfu/nokia-dev2dev >> >> >> >> _______________________________________________ >> Postgres-xc-developers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >> > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > -- 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. |
From: Koichi S. <ko...@in...> - 2010-10-22 07:24:30
|
How did you stop and restart GTM? If you stop gtm gracefully, it will restart to start with next GXID. If GTM crashed and you restart, you may need to specify GXID to start with. Safer GTM recovery and restart will be implemented by the end of this year. Regards; --- Koichi Suzuki (2010年10月22日 15:59), mei le wrote: > Deras, > When I restart the GTM, all my tables disppeare. I don't know why. Is is > a problem or was what I did wrong? > Your reply will be appreciated. > Truely, > Benny > > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > > > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |
From: mei le <lem...@ya...> - 2010-10-22 06:59:59
|
Deras, When I restart the GTM, all my tables disppeare. I don't know why. Is is a problem or was what I did wrong? Your reply will be appreciated. Truely, Benny |