Re: [BUGS] segv's on CREATE INDEX with recent HEAD...

2003-05-29 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > CREATE TABLE INSERT_CHILD (cx INT default 42, > cy INT CHECK (cy > x)) > INHERITS (INSERT_TBL); > + ERROR: RelationClearRelation: relation 135137 deleted while still in use Hm. Anyone else seeing this? I just did a dozen or so "mak

Re: [BUGS] segv's on CREATE INDEX with recent HEAD...

2003-05-29 Thread Sean Chittenden
> Sean Chittenden <[EMAIL PROTECTED]> writes: > > PS What's the dilly with the server(s)? I haven't gotten a commit > >message all day, but CVSup and anoncvs picked up the change. > > Well, the CVS master server has been pretty much 100% through this > whole rigmarole (kudos to Marc for keepi

Re: [BUGS] segv's on CREATE INDEX with recent HEAD...

2003-05-29 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > PS What's the dilly with the server(s)? I haven't gotten a commit >message all day, but CVSup and anoncvs picked up the change. Well, the CVS master server has been pretty much 100% through this whole rigmarole (kudos to Marc for keeping up what *

Re: [BUGS] segv's on CREATE INDEX with recent HEAD...

2003-05-29 Thread Sean Chittenden
> > Don't know whether or not this is preferred here or on hackers, > > but, I just updated my development database to a snapshot from > > today and have been getting the following backtrace when importing > > a dump from before earlier today. It looks as though something's > > tromping on variabl

Re: [BUGS] at for over select rows

2003-05-29 Thread Tom Lane
[EMAIL PROTECTED] writes: > NOTICE: Error occurred while executing PL/pgSQL function apaga_constraint > NOTICE: line 20 at for over select rows > ERROR: parser: parse error at or near "$1" > DECLARE > qtdINTEGER; ^^^ > FOR registro IN > SELECT t.tgrelid, COUNT(t.tgn

[BUGS] at for over select rows

2003-05-29 Thread al_nunes
Hi, I couldn't find the logical error in my function, so I was wondering if there could be a bug. The function is created, but when I try to use it I get the following error message: NOTICE: Error occurred while executing PL/pgSQL function apaga_constraint NOTICE: line 20 at for over select row

Re: [BUGS] segv's on CREATE INDEX with recent HEAD...

2003-05-29 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > Don't know whether or not this is preferred here or on hackers, but, I > just updated my development database to a snapshot from today and have > been getting the following backtrace when importing a dump from before > earlier today. It looks as though

[BUGS] segv's on CREATE INDEX with recent HEAD...

2003-05-29 Thread Sean Chittenden
Don't know whether or not this is preferred here or on hackers, but, I just updated my development database to a snapshot from today and have been getting the following backtrace when importing a dump from before earlier today. It looks as though something's tromping on variable. pid 68526 (postg

Re: [BUGS] pg_class_aclcheck: relation [oid] not found...

2003-05-29 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > Hrm... this limitation makes temporary tables that drop on commit + > pl/pgsql unusable beyond the 1st transaction. Is there a mechanism to > test to see if a relation in a plan is a temporary table? It seems as > though in pl_exec.c that around 1926

Re: [BUGS] pg_class_aclcheck: relation [oid] not found...

2003-05-29 Thread Sean Chittenden
> > CREATE FUNCTION s.f() > > RETURNS BIGINT > > EXTERNAL SECURITY DEFINER > > AS ' > > BEGIN > > EXECUTE ''CREATE LOCAL TEMP TABLE t ( > > a TEXT NOT NULL, > > b TEXT > > ) WITHOUT OIDS ON COMMIT DROP;''; > > EXECUTE '

Re: [BUGS] Bug #926: if old postgresql.jar in CLASSPATH, ant fails

2003-05-29 Thread Fernando Nasser
Bruce Momjian wrote: JDBC guys, what do you think of this fix? I don't see the change in CVS. Well, it also fails if you have the old postgresql.jar in your java jre/lib/ext as well and there is no fixed way to exclude it that I know of. In general, the old jar should not be in any place that