Re: [COMMITTERS] pgsql: Avoid MSVC breakage caused by my previous commit by not using a

2009-03-07 Thread Tom Lane
[email protected] (Alvaro Herrera) writes: > Avoid MSVC breakage caused by my previous commit by not using a variable in > the src/bin/scripts Makefile. Buildfarm says it's still broken. regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@

[COMMITTERS] pgsql: Make pg_hba parsing report all errors in the file before aborting

2009-03-07 Thread Magnus Hagander
Log Message: --- Make pg_hba parsing report all errors in the file before aborting the load, instead of just reporting the first one. Selena Deckelmann Modified Files: -- pgsql/src/backend/libpq: hba.c (r1.182 -> r1.183) (http://anoncvs.postgresql.org/cvsw

[COMMITTERS] npgsql - Npgsql2: Updated scan to handle Table attribute for cases where

2009-03-07 Thread User Jbcooley
Log Message: --- Updated scan to handle Table attribute for cases where the table name is not the EntitySet name. Thanks to Konstantin Shtonda for the patch. Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlBaseGenerator.cs (r1.19 -> r1.20) (http:/