[COMMITTERS] pgsql: Properly call strerror() in thread test; add comments.

2011-08-22 Thread Bruce Momjian
Properly call strerror() in thread test; add comments. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5473f283f501ff9f5e38e89d3a2e89f738a7e76f Modified Files -- src/test/thread/thread_test.c |9 +++-- 1 files changed, 7 insertions(+), 2

[COMMITTERS] ip4r - ip4r: New Directory

2011-08-22 Thread User Andrewsn
Update of /cvsroot/ip4r/ip4r/expected In directory pgfoundry.org:/tmp/cvs-serv69233/expected Log Message: Directory /cvsroot/ip4r/ip4r/expected added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription:

[COMMITTERS] ip4r - ip4r: New Directory

2011-08-22 Thread User Andrewsn
Update of /cvsroot/ip4r/ip4r/sql In directory pgfoundry.org:/tmp/cvs-serv69233/sql Log Message: Directory /cvsroot/ip4r/ip4r/sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription:

Re: [COMMITTERS] pgsql: Properly call strerror() in thread test; add comments.

2011-08-22 Thread Peter Geoghegan
Why have you removed the GetLastError() call? MSDN says that The return value is the calling thread's last-error code. -- Peter Geoghegan       http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training and Services -- Sent via pgsql-committers mailing list

[COMMITTERS] ip4r - ip4r: Fixes and regression test.

2011-08-22 Thread User Andrewsn
Log Message: --- Fixes and regression test. Modified Files: -- ip4r: Makefile (r1.5 - r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/ip4r/ip4r/Makefile?r1=1.5r2=1.6) ip4r.c (r1.11 - r1.12)

[COMMITTERS] ip4r - ip4r: missing file.

2011-08-22 Thread User Andrewsn
Log Message: --- missing file. Added Files: --- ip4r: ip4r_module.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/ip4r/ip4r/ip4r_module.c?rev=1.1content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list

Re: [COMMITTERS] pgsql: Properly call strerror() in thread test; add comments.

2011-08-22 Thread Bruce Momjian
Peter Geoghegan wrote: Why have you removed the GetLastError() call? MSDN says that The return value is the calling thread's last-error code. True, but we check it also after all the threads have completed setting their error values. I removed it because Unix does not have such a check and it

[COMMITTERS] pgsql: Fix handling of extension membership when filling in a shell ope

2011-08-22 Thread Tom Lane
Fix handling of extension membership when filling in a shell operator. The previous coding would result in deleting and not re-creating the extension membership pg_depend rows, since there was no CommandCounterIncrement that would allow recordDependencyOnCurrentExtension to see that the deletion

[COMMITTERS] pgsql: Fix handling of extension membership when filling in a shell ope

2011-08-22 Thread Tom Lane
Fix handling of extension membership when filling in a shell operator. The previous coding would result in deleting and not re-creating the extension membership pg_depend rows, since there was no CommandCounterIncrement that would allow recordDependencyOnCurrentExtension to see that the deletion

[COMMITTERS] pgsql: Typo fix.

2011-08-22 Thread Robert Haas
Typo fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7488936478cbe2de19a94cb9fbde78e6cd6db947 Modified Files -- src/backend/storage/lmgr/lock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Add missing include so include file compiles cleanly on its own.

2011-08-22 Thread Bruce Momjian
Add missing include so include file compiles cleanly on its own. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2ab15afcdd28ce3d52a9b01d41f67687ac7170d8 Modified Files -- src/include/commands/tablecmds.h |1 + 1 files changed, 1 insertions(+), 0