-BEGIN PGP SIGNED MESSAGE-
I have finally needed to use ipcclean. I recently built HaruspeX 4.0,
an application for managing pictures which uses Postgres, and while
asking to delete a table, it hung. I had the app in the debugger, and
I found it was hung on the database call itself. So
Stephan Szabo <[EMAIL PROTECTED]> writes:
> I believe these are all the cases I saw of heap_openr with no lock
> and no check in the actual trigger functions (patch to
> hopefully elog(ERROR) instead of crashing attached).
> [ patch snipped ]
We had a discussion about that on 11-July and the cons
-BEGIN PGP SIGNED MESSAGE-
First, I built from the 7.0.2 source RPM.
This RPM seems to have installed /usr/lib/pgsql/os.h as a symlink to
.././include/port/linux.h which doesn't exist.
roland
- --
PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD
Stephan Szabo <[EMAIL PROTECTED]> writes:
>> Yes, this is a known bug. Two bugs actually, first being that the
>> trigger definitions don't track the rename (they should probably be
>> storing OID not relname, although that would complicate dump/restore).
> I do plan on trying to move all the ta
Gena Gurchonok <[EMAIL PROTECTED]> writes:
> When I renaming table using ALTER TABLE,
> it doesn't change table name in RI triggers. This results in backend
> crash due to invalid arguments for RI_Check trigger procedure.
Yes, this is a known bug. Two bugs actually, first being that the
trigger
I can confirm that this is a bug, and crashes in the current development
tree.
>
> POSTGRESQL BUG REPORT TEMPLATE
>
>
POSTGRESQL BUG REPORT TEMPLATE
Your name : Gena Gurchonok
Your email address : [EMAIL PROTECTED]
S