pgsql: Applied another patch by ITAGAKI Takahiro

Lists: pgsql-committerspgsql-hackers
From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Applied another patch by ITAGAKI Takahiro
Date: 2007-09-30 11:38:48
Message-ID: 20070930113848.CD068753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Applied another patch by ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
to get memory allocation thread-safe. He also did some cleaning up.

Modified Files:
--------------
pgsql/src/interfaces/ecpg:
ChangeLog (r1.356 -> r1.357)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.356&r2=1.357)
pgsql/src/interfaces/ecpg/ecpglib:
connect.c (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/connect.c?r1=1.43&r2=1.44)
extern.h (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/extern.h?r1=1.27&r2=1.28)
memory.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/memory.c?r1=1.8&r2=1.9)
misc.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c?r1=1.36&r2=1.37)
prepare.c (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/prepare.c?r1=1.20&r2=1.21)
pgsql/src/interfaces/ecpg/include:
ecpg-pthread-win32.h (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/ecpg-pthread-win32.h?r1=1.1&r2=1.2)
pgsql/src/interfaces/ecpg/pgtypeslib:
dt_common.c (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c?r1=1.42&r2=1.43)
pgsql/src/interfaces/ecpg/test:
ecpg_schedule (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/ecpg_schedule?r1=1.3&r2=1.4)
ecpg_schedule_tcp (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/ecpg_schedule_tcp?r1=1.3&r2=1.4)
pgsql/src/interfaces/ecpg/test/expected:
preproc-autoprep.stderr (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/preproc-autoprep.stderr?r1=1.1&r2=1.2)
sql-execute.stderr (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-execute.stderr?r1=1.2&r2=1.3)
sql-oldexec.stderr (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-oldexec.stderr?r1=1.1&r2=1.2)
thread-prep.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/thread-prep.c?r1=1.1&r2=1.2)
pgsql/src/interfaces/ecpg/test/thread:
Makefile (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/thread/Makefile?r1=1.3&r2=1.4)
prep.pgc (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/thread/prep.pgc?r1=1.1&r2=1.2)

Added Files:
-----------
pgsql/src/interfaces/ecpg/test/expected:
thread-alloc.c (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/thread-alloc.c?rev=1.1&content-type=text/x-cvsweb-markup)
thread-alloc.stderr (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/thread-alloc.stderr?rev=1.1&content-type=text/x-cvsweb-markup)
thread-alloc.stdout (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/thread-alloc.stdout?rev=1.1&content-type=text/x-cvsweb-markup)
thread-alloc_2.stdout (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/thread-alloc_2.stdout?rev=1.1&content-type=text/x-cvsweb-markup)


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Applied another patch by ITAGAKI Takahiro
Date: 2007-09-30 14:20:37
Message-ID: 46FFB0B5.4060409@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Michael Meskes wrote:
> Log Message:
> -----------
> Applied another patch by ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
> to get memory allocation thread-safe. He also did some cleaning up.

this patch seems to break every single buildfarm member out there:

http://buildfarm.postgresql.org/cgi-bin/show_status.pl

Stefan


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Applied another patch by ITAGAKI Takahiro
Date: 2007-09-30 15:06:14
Message-ID: 5824.1191164774@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> Michael Meskes wrote:
>> Applied another patch by ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
>> to get memory allocation thread-safe. He also did some cleaning up.

> this patch seems to break every single buildfarm member out there:
> http://buildfarm.postgresql.org/cgi-bin/show_status.pl

Looks like Michael forgot a "cvs add"?

regards, tom lane


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Applied another patch by ITAGAKI Takahiro
Date: 2007-09-30 17:52:22
Message-ID: 10115.1191174742@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> Michael Meskes wrote:
>> Applied another patch by ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
>> to get memory allocation thread-safe. He also did some cleaning up.

> this patch seems to break every single buildfarm member out there:
> http://buildfarm.postgresql.org/cgi-bin/show_status.pl

I guess Michael's not on-line at the moment. In hopes of un-breaking
the buildfarm, I took the missing file from Takahiro-san's patch and
committed it. If there were any edits needed, Michael should commit
his version ...

regards, tom lane