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:
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.
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.
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
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.
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)
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
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 (
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