[COMMITTERS] pgsql: Adjust comments about what's needed to avoid make 3.80 bug.

2010-11-14 Thread Tom Lane
Adjust comments about what's needed to avoid make 3.80 bug. ... based on further tracing through that code. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=357edc9a9952582c510cff1b08ebc5fd8df81a3b Modified Files -- src/Makefile.g

[COMMITTERS] pgsql: Correct poor grammar in comment.

2010-11-14 Thread Robert Haas
Correct poor grammar in comment. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5ccbc3d802d1690b78f887b2310d2a7258eaae94 Modified Files -- src/backend/utils/cache/relcache.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

[COMMITTERS] pgrpm - pgrpm: - avoid memleak

2010-11-14 Thread User Nanardon
Log Message: --- - avoid memleak Modified Files: -- pgrpm: pgrpmlib.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrpm/pgrpm/pgrpmlib.c?r1=1.5&r2=1.6) -- Sent via pgsql-committers mailing list ([email protected]) To make cha

[COMMITTERS] pgbuildfarm - client-code: fix standard option detection

2010-11-14 Thread User Andrewd
Log Message: --- fix standard option detection Modified Files: -- client-code/PGBuild: Options.pm (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/PGBuild/Options.pm?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Fix bug in cube picksplit algorithm.

2010-11-14 Thread Robert Haas
Fix bug in cube picksplit algorithm. Alexander Korotkov Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e6b3802518ef46d12c45a9a43594bdb0ae650afc Modified Files -- contrib/cube/cube.c |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Fix bug in cube picksplit algorithm.

2010-11-14 Thread Robert Haas
Fix bug in cube picksplit algorithm. Alexander Korotkov Branch -- REL8_1_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0e27a7319155079ec817582968cd443e3ee0c3c7 Modified Files -- contrib/cube/cube.c |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Fix bug in cube picksplit algorithm.

2010-11-14 Thread Robert Haas
Fix bug in cube picksplit algorithm. Alexander Korotkov Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d589e40705df7e2ffa36d4159522062571339022 Modified Files -- contrib/cube/cube.c |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Fix bug in cube picksplit algorithm.

2010-11-14 Thread Robert Haas
Fix bug in cube picksplit algorithm. Alexander Korotkov Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4fa0a23c70cc346011a3dd8ea902f8d1668644b0 Modified Files -- contrib/cube/cube.c |2 +- 1 files changed, 1 insertions(+), 1

[COMMITTERS] pgsql: Fix bug in cube picksplit algorithm.

2010-11-14 Thread Robert Haas
Fix bug in cube picksplit algorithm. Alexander Korotkov Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2519b8268be4d407325b1882dd58ba50914e9230 Modified Files -- contrib/cube/cube.c |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Fix bug in cube picksplit algorithm.

2010-11-14 Thread Robert Haas
Fix bug in cube picksplit algorithm. Alexander Korotkov Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e642ca767c72f1c71aabb1ca08c838df3a6cff51 Modified Files -- contrib/cube/cube.c |2 +- 1 files changed, 1 insertions

[COMMITTERS] pgsql: Cleanup various comparisons with the constant "true".

2010-11-14 Thread Robert Haas
Cleanup various comparisons with the constant "true". Itagaki Takahiro, with slight modifications. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5aa446c961a6fdf15ff9c398751efd6ecff0c64a Modified Files -- contrib/pg_upgrade/pg_u

[COMMITTERS] pgsql: Fix canAcceptConnections() bugs introduced by replication-relate

2010-11-14 Thread Tom Lane
Fix canAcceptConnections() bugs introduced by replication-related patches. We must not return any "okay to proceed" result code without having checked for too many children, else we might fail later on when trying to add the new child to one of the per-child state arrays. It's not clear whether t

[COMMITTERS] pgsql: Fix canAcceptConnections() bugs introduced by replication-relate

2010-11-14 Thread Tom Lane
Fix canAcceptConnections() bugs introduced by replication-related patches. We must not return any "okay to proceed" result code without having checked for too many children, else we might fail later on when trying to add the new child to one of the per-child state arrays. It's not clear whether t

[COMMITTERS] pgsql: Fix canAcceptConnections() bugs introduced by replication-relate

2010-11-14 Thread Tom Lane
Fix canAcceptConnections() bugs introduced by replication-related patches. We must not return any "okay to proceed" result code without having checked for too many children, else we might fail later on when trying to add the new child to one of the per-child state arrays. It's not clear whether t

[COMMITTERS] pgsql: Work around make 3.80 bug with long expansions of $(eval).

2010-11-14 Thread Tom Lane
Work around make 3.80 bug with long expansions of $(eval). 3.80 breaks if the expansion of $(eval) is long enough to require expansion of its internal variable_buffer. For the purposes of $(recurse) that means it'll work so long as no single evaluation of _create_recursive_target produces more th

[COMMITTERS] pgbuildfarm - client-code: add logic for selecting a single branch to

2010-11-14 Thread User Andrewd
Log Message: --- add logic for selecting a single branch to run Modified Files: -- client-code: run_branches.pl (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_branches.pl?r1=1.1&r2=1.2) -- Sent via pgsql-committers