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) |
2
|
3
(2) |
4
(1) |
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(2) |
24
(4) |
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
From: 鈴木 幸市 <ko...@in...> - 2014-04-24 04:04:40
|
Okay, I understood. The first hunk removes a sentence which does not make any sense. Thanks. --- Koichi Suzuki 2014/04/24 11:46、Masataka Saito <pg...@gm...> のメール: > On 24 April 2014 11:04, 鈴木 幸市 <ko...@in...> wrote: >> Thanks a lot Wang; >> >> The first patch may not be effective because handle does not propagate to caller. >> > > The variable handle does not propagate to caller. > Therefore, the first hunk is reasonable. > > Regards. > >> The second one looks reasonable. >> >> Regards; >> --- >> Koichi Suzuki >> >> 2014/04/23 22:13、Wang Diancheng <dia...@gm...> のメール: >> >>> Hi, >>> >>> patch attached. >>> >>> diff --git a/src/backend/pgxc/pool/poolmgr.c b/src/backend/pgxc/pool/poolmgr.c >>> index 02ed656..432fb85 100644 >>> --- a/src/backend/pgxc/pool/poolmgr.c >>> +++ b/src/backend/pgxc/pool/poolmgr.c >>> @@ -389,7 +389,6 @@ PoolManagerCloseHandle(PoolHandle *handle) >>> { >>> close(Socket(handle->port)); >>> free(handle); >>> - handle = NULL; >>> } >>> >>> >>> @@ -818,7 +817,7 @@ PoolManagerDisconnect(void) >>> pool_putmessage(&poolHandle->port, 'd', NULL, 0); >>> pool_flush(&poolHandle->port); >>> >>> - close(Socket(poolHandle->port)); >>> + PoolManagerCloseHandle(poolHandle); >>> poolHandle = NULL; >>> } >>> >>> ------------------------------------------------------------------------------ >>> Start Your Social Network Today - Download eXo Platform >>> Build your Enterprise Intranet with eXo Platform Software >>> Java Based Open Source Intranet - Social, Extensible, Cloud Ready >>> Get Started Now And Turn Your Intranet Into A Collaboration Platform >>> http://p.sf.net/sfu/ExoPlatform_______________________________________________ >>> Postgres-xc-developers mailing list >>> Pos...@li... >>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >> >> ------------------------------------------------------------------------------ >> Start Your Social Network Today - Download eXo Platform >> Build your Enterprise Intranet with eXo Platform Software >> Java Based Open Source Intranet - Social, Extensible, Cloud Ready >> Get Started Now And Turn Your Intranet Into A Collaboration Platform >> http://p.sf.net/sfu/ExoPlatform >> _______________________________________________ >> Postgres-xc-developers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |
From: Masataka S. <pg...@gm...> - 2014-04-24 02:46:57
|
On 24 April 2014 11:04, 鈴木 幸市 <ko...@in...> wrote: > Thanks a lot Wang; > > The first patch may not be effective because handle does not propagate to caller. > The variable handle does not propagate to caller. Therefore, the first hunk is reasonable. Regards. > The second one looks reasonable. > > Regards; > --- > Koichi Suzuki > > 2014/04/23 22:13、Wang Diancheng <dia...@gm...> のメール: > >> Hi, >> >> patch attached. >> >> diff --git a/src/backend/pgxc/pool/poolmgr.c b/src/backend/pgxc/pool/poolmgr.c >> index 02ed656..432fb85 100644 >> --- a/src/backend/pgxc/pool/poolmgr.c >> +++ b/src/backend/pgxc/pool/poolmgr.c >> @@ -389,7 +389,6 @@ PoolManagerCloseHandle(PoolHandle *handle) >> { >> close(Socket(handle->port)); >> free(handle); >> - handle = NULL; >> } >> >> >> @@ -818,7 +817,7 @@ PoolManagerDisconnect(void) >> pool_putmessage(&poolHandle->port, 'd', NULL, 0); >> pool_flush(&poolHandle->port); >> >> - close(Socket(poolHandle->port)); >> + PoolManagerCloseHandle(poolHandle); >> poolHandle = NULL; >> } >> >> ------------------------------------------------------------------------------ >> Start Your Social Network Today - Download eXo Platform >> Build your Enterprise Intranet with eXo Platform Software >> Java Based Open Source Intranet - Social, Extensible, Cloud Ready >> Get Started Now And Turn Your Intranet Into A Collaboration Platform >> http://p.sf.net/sfu/ExoPlatform_______________________________________________ >> Postgres-xc-developers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |
From: 鈴木 幸市 <ko...@in...> - 2014-04-24 02:04:29
|
Thanks a lot Wang; The first patch may not be effective because handle does not propagate to caller. The second one looks reasonable. Regards; --- Koichi Suzuki 2014/04/23 22:13、Wang Diancheng <dia...@gm...> のメール: > Hi, > > patch attached. > > diff --git a/src/backend/pgxc/pool/poolmgr.c b/src/backend/pgxc/pool/poolmgr.c > index 02ed656..432fb85 100644 > --- a/src/backend/pgxc/pool/poolmgr.c > +++ b/src/backend/pgxc/pool/poolmgr.c > @@ -389,7 +389,6 @@ PoolManagerCloseHandle(PoolHandle *handle) > { > close(Socket(handle->port)); > free(handle); > - handle = NULL; > } > > > @@ -818,7 +817,7 @@ PoolManagerDisconnect(void) > pool_putmessage(&poolHandle->port, 'd', NULL, 0); > pool_flush(&poolHandle->port); > > - close(Socket(poolHandle->port)); > + PoolManagerCloseHandle(poolHandle); > poolHandle = NULL; > } > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform_______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |
From: 鈴木 幸市 <ko...@in...> - 2014-04-24 02:02:00
|
Thanks Wang for the patch. At a glance, it looks nice. Please let me take a closer look before commit. Regards; --- Koichi Suzuki 2014/04/23 22:17、Wang Diancheng <dia...@gm...> のメール: > Hi, > > patch attached. > > > diff --git a/src/backend/access/transam/gtm.c b/src/backend/access/transam/gtm.c > index 943ce57..087313e 100644 > --- a/src/backend/access/transam/gtm.c > +++ b/src/backend/access/transam/gtm.c > @@ -170,12 +170,13 @@ BeginTranAutovacuumGTM(void) > int > CommitTranGTM(GlobalTransactionId gxid) > { > - int ret; > + int ret = -1; > > if (!GlobalTransactionIdIsValid(gxid)) > return 0; > CheckConnection(); > - ret = commit_transaction(conn, gxid); > + if (conn) > + ret = commit_transaction(conn, gxid); > > /* > * If something went wrong (timeout), try and reset GTM connection. > @@ -203,12 +204,13 @@ CommitTranGTM(GlobalTransactionId gxid) > int > CommitPreparedTranGTM(GlobalTransactionId gxid, GlobalTransactionId prepared_gxid) > { > - int ret = 0; > + int ret = -1; > > if (!GlobalTransactionIdIsValid(gxid) || !GlobalTransactionIdIsValid(prepared_gxid)) > - return ret; > + return 0; > CheckConnection(); > - ret = commit_prepared_transaction(conn, gxid, prepared_gxid); > + if (conn) > + ret = commit_prepared_transaction(conn, gxid, prepared_gxid); > > /* > * If something went wrong (timeout), try and reset GTM connection. > @@ -257,13 +259,13 @@ StartPreparedTranGTM(GlobalTransactionId gxid, > char *gid, > char *nodestring) > { > - int ret = 0; > + int ret = -1; > > if (!GlobalTransactionIdIsValid(gxid)) > return 0; > CheckConnection(); > - > - ret = start_prepared_transaction(conn, gxid, gid, nodestring); > + if (conn) > + ret = start_prepared_transaction(conn, gxid, gid, nodestring); > > /* > * If something went wrong (timeout), try and reset GTM connection. > @@ -282,12 +284,13 @@ StartPreparedTranGTM(GlobalTransactionId gxid, > int > PrepareTranGTM(GlobalTransactionId gxid) > { > - int ret; > + int ret = -1; > > if (!GlobalTransactionIdIsValid(gxid)) > return 0; > CheckConnection(); > - ret = prepare_transaction(conn, gxid); > + if (conn) > + ret = prepare_transaction(conn, gxid); > > /* > * If something went wrong (timeout), try and reset GTM connection. > @@ -310,11 +313,12 @@ GetGIDDataGTM(char *gid, > GlobalTransactionId *prepared_gxid, > char **nodestring) > { > - int ret = 0; > + int ret = -1; > > CheckConnection(); > - ret = get_gid_data(conn, GTM_ISOLATION_RC, gid, gxid, > - prepared_gxid, nodestring); > + if (conn) > + ret = get_gid_data(conn, GTM_ISOLATION_RC, gid, gxid, > + prepared_gxid, nodestring); > > /* > * If something went wrong (timeout), try and reset GTM connection. > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform_______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |
From: Wang D. <dia...@gm...> - 2014-04-23 13:17:55
|
Hi, patch attached. |
From: Wang D. <dia...@gm...> - 2014-04-23 13:13:56
|
Hi, patch attached. |
From: Koichi S. <koi...@gm...> - 2014-04-04 11:01:52
|
Now Postgres-XC 1.0.4 and Postgres-XC 1.1.1 are available. They come with various fixes/improvements as seen in each release note. For 1.1.1, Release note is available at http://postgres-xc.sourceforge.net/docs/1_1_1/release-xc-1-1-1.html Source tarball is available at https://sourceforge.net/projects/postgres-xc/files/Version_1.1/ Document is available at http://postgres-xc.sourceforge.net/docs/1_1_1/ For 1.0.4 Release note is available at http://postgres-xc.sourceforge.net/docs/1_0_4/release-xc-1-0-4.html Source tarball is available at https://sourceforge.net/projects/postgres-xc/files/Version_1.0/ Document is available at http://postgres-xc.sourceforge.net/docs/1_0_4/ Enjoy; --- Koichi Suzuki |
From: Juned K. <jkh...@gm...> - 2014-04-03 06:42:13
|
that's the good news. On Thu, Apr 3, 2014 at 11:54 AM, Koichi Suzuki <koi...@gm...>wrote: > Postgres-XC development group is pleased to announce that Postgres-XC > 1.2.1 is out. > > This includes many important features from PostgreSQL 9.3 such as > materialized views, LATERAL, event triggers and automatic updatable > views, as well as improved distributed query optimizer. It also > comes with many fixes and improvement as found in the release note. > > Release note is available at > http://postgres-xc.sourceforge.net/docs/1_2_beta/release-xc-1-2.html > Source tarball is available at > https://sourceforge.net/projects/postgres-xc/files/Version_1.2/ > Document is available at http://postgres-xc.sourceforge.net/docs/1_2_1/ > > Enjoy. > --- > Koichi Suzuki > > > ------------------------------------------------------------------------------ > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Thanks, Juned Khan iNextrix Technologies Pvt Ltd. www.inextrix.com |
From: Koichi S. <koi...@gm...> - 2014-04-03 06:24:50
|
Postgres-XC development group is pleased to announce that Postgres-XC 1.2.1 is out. This includes many important features from PostgreSQL 9.3 such as materialized views, LATERAL, event triggers and automatic updatable views, as well as improved distributed query optimizer. It also comes with many fixes and improvement as found in the release note. Release note is available at http://postgres-xc.sourceforge.net/docs/1_2_beta/release-xc-1-2.html Source tarball is available at https://sourceforge.net/projects/postgres-xc/files/Version_1.2/ Document is available at http://postgres-xc.sourceforge.net/docs/1_2_1/ Enjoy. --- Koichi Suzuki |
From: Koichi S. <koi...@gm...> - 2014-04-01 08:21:03
|
Thank you very much for the patch. It looks nice. I tested it against master and REL1_2_STABLE and found it works fine with the barrier. This will be a part of 1.2.1 and current master. Thank you again. I'd like to see more of such patches from you. Regards; --- Koichi Suzuki 2014-04-01 16:17 GMT+09:00 Wang Diancheng <dia...@gm...>: > Hi, > > pg_xlogdump in current contrib directory could not be compiled, this is > the patch. > > -- > Best Regards, > Wang Diancheng > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |
From: Wang D. <dia...@gm...> - 2014-04-01 07:17:47
|
Hi, pg_xlogdump in current contrib directory could not be compiled, this is the patch. -- Best Regards, Wang Diancheng |