[COMMITTERS] pgbuildfarm - client-code: vpath logic bug fix vpath still needs a bit

2005-05-26 Thread User Andrewd
Log Message: --- vpath logic bug fix vpath still needs a bit more to learn which files to ignore - unfortunately the postgres vpath process doesn't leave the source dirs completely pristine. But for now it seems to work, although it might do builds oftener than necessary. Modified Files:

[COMMITTERS] pgsql: Remove second argument from textToQualifiedNameList(), as it is

2005-05-26 Thread Neil Conway
Log Message: --- Remove second argument from textToQualifiedNameList(), as it is no longer used. From Jaime Casanova. Modified Files: -- pgsql/contrib/dblink: dblink.c (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.

[COMMITTERS] pgbuildfarm - client-code: experimantal code to enable vpath builds -

2005-05-26 Thread User Andrewd
Log Message: --- experimantal code to enable vpath builds - to use set use_vpath => 'true' in the config file Modified Files: -- client-code: run_build.pl (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values

2005-05-26 Thread Peter Eisentraut
Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Does Oracle support GET DIAGNOSTICS? If so, couldn't we just use > > that? I can't see what good will become of making any slightly > > useful information become available as magic variables of some > > kind. > > Oracle actually de

[COMMITTERS] pgsql: Document that utility commands such as DROP FUNCTION allow

2005-05-26 Thread Tom Lane
Log Message: --- Document that utility commands such as DROP FUNCTION allow argument names and modes to be included when naming an existing function. Modified Files: -- pgsql/doc/src/sgml/ref: alter_function.sgml (r1.6 -> r1.7) (http://developer.postgresql.

[COMMITTERS] pgsql: Use Abs() macro to replace ? :.

2005-05-26 Thread Bruce Momjian
Log Message: --- Use Abs() macro to replace ? :. Modified Files: -- pgsql/src/interfaces/ecpg/pgtypeslib: interval.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/interval.c.diff?r1=1.18&r2=1.19)

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support (Really Oracle behavior)

2005-05-26 Thread Tom Lane
Pavel Stehule <[EMAIL PROTECTED]> writes: > What it is mean? I think it means Oracle is broken ;-) > So we can have only one procedure level scope variable, which is > initialized on start of exception and zeroized on the end of exception > block. This behavior is different from my patch, but i

[COMMITTERS] pgsql: Back out: Display only 9 not 10 digits of precision for

2005-05-26 Thread Bruce Momjian
Log Message: --- Back out: Display only 9 not 10 digits of precision for timestamp values when using non-integer timestamps. This prevents the display of rounding errors for common values like days < 32. Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (

Re: [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values

2005-05-26 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Does Oracle support GET DIAGNOSTICS? If so, couldn't we just use that? > I can't see what good will become of making any slightly useful > information become available as magic variables of some kind. Oracle actually defines these things as parame