[COMMITTERS] pgsql: Another fix for pg_regress: Replace exit_nicely() with exit() pl

2012-01-02 Thread Peter Eisentraut
Another fix for pg_regress: Replace exit_nicely() with exit() plus atexit() hook Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f132824c24c46d2efab49b4cddd1088781bf499e Modified Files -- src/test/isolation/isolation_main.c |2 +- 1 files changed, 1 in

Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook

2012-01-02 Thread Andrew Dunstan
On 01/02/2012 03:12 PM, Peter Eisentraut wrote: pg_regress: Replace exit_nicely() with exit() plus atexit() hook This appears to have broken the buildfarm. cheers andrew -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http:

[COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook

2012-01-02 Thread Peter Eisentraut
pg_regress: Replace exit_nicely() with exit() plus atexit() hook Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bd09111f1f52e3739a24b88a4671f7a4b0ed4c1d Modified Files -- src/interfaces/ecpg/test/pg_regress_ecpg.c |6 +- src/test/regress/pg_regress.c

[COMMITTERS] pgsql: Fix coerce_to_target_type for coerce_type's klugy handling of CO

2012-01-02 Thread Tom Lane
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. Because coerce_type recurses into the argument of a CollateExpr, coerce_to_target_type's longstanding code for detecting whether coerce_type had actually done anything (to wit, returned a different node than it passed in) was b

[COMMITTERS] pgsql: Fix coerce_to_target_type for coerce_type's klugy handling of CO

2012-01-02 Thread Tom Lane
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. Because coerce_type recurses into the argument of a CollateExpr, coerce_to_target_type's longstanding code for detecting whether coerce_type had actually done anything (to wit, returned a different node than it passed in) was b

[COMMITTERS] pgsql: Add comment about skipping binary files for copyright changes.

2012-01-02 Thread Bruce Momjian
Add comment about skipping binary files for copyright changes. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a8ab8d0eaa96dbaebb646971f8988a3edc28e52c Modified Files -- src/tools/copyright.pl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -