[BUGS] BUG #2293: primary key and cyrillic

2006-03-01 Thread Sergey Rosenfeld
The following bug has been logged online: Bug reference: 2293 Logged by: Sergey Rosenfeld Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Debian GNU/Linux (sid) Description:primary key and cyrillic Details: postgres:~$ /usr/lib/postgresq

[BUGS] BUG #2292: Calling conventions in docs

2006-03-01 Thread Adriaan van Os
The following bug has been logged online: Bug reference: 2292 Logged by: Adriaan van Os Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Mac OS X Description:Calling conventions in docs Details: Section 32.9.5. Writing Code of the 8.1 docs

[BUGS] BUG #2294: SPI_connect() fails in trigger when a Foreignkey constraint exists on same table as trigger.

2006-03-01 Thread SPI_connect() failure.
The following bug has been logged online: Bug reference: 2294 Logged by: SPI_connect() failure. Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: FreeBSD 6.0-RELEASE Description:SPI_connect() fails in trigger when a Foreignkey constraint exi

Re: [BUGS] BUG #2294: SPI_connect() fails in trigger when a Foreignkey constraint exists on same table as trigger.

2006-03-01 Thread Alvaro Herrera
SPI_connect() failure. wrote: > SPI_connect() throws "ERROR: SPI_connect failed" message (from > backend/utils/adt/ri_trigger.c:378) when called from (at least) a before > insert trigger on a table which also contains a foreign key constraint. The > exit from the trigger function is inconsiste

Re: [BUGS] BUG #2292: Calling conventions in docs

2006-03-01 Thread Bruno Wolff III
On Wed, Mar 01, 2006 at 13:08:17 +, Adriaan van Os <[EMAIL PROTECTED]> wrote: > > Section 32.9.5. Writing Code of the 8.1 docs says: > > >>While it may be possible to load functions written in languages other than > C into PostgreSQL, this is usually difficult (when it is possible at all) >

[BUGS] plpgsql functions crash cvs

2006-03-01 Thread Kris Jurka
eKol in #postgresql reported a problem with a plpgsql function crashing the server. I tested the attached against 8.2cvs as of this morning and got this stacktrace: #0 plpgsql_xact_cb (event=XACT_EVENT_COMMIT, arg=0x0) at pl_exec.c:4521 #1 0x0046f43d in CallXactCallbacks (event=XAC

Re: [BUGS] plpgsql functions crash cvs

2006-03-01 Thread Alvaro Herrera
Kris Jurka wrote: > > eKol in #postgresql reported a problem with a plpgsql function crashing > the server. I tested the attached against 8.2cvs as of this morning > and got this stacktrace: Interesting. 8.1 also crashes. 8.0 instead gives this output: psql:/home/alvherre/funcs.sql:86: ERRO

Re: [BUGS] plpgsql functions crash cvs

2006-03-01 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > eKol in #postgresql reported a problem with a plpgsql function crashing > the server. I tested the attached against 8.2cvs as of this morning > and got this stacktrace: > #0 plpgsql_xact_cb (event=XACT_EVENT_COMMIT, arg=0x0) at pl_exec.c:4521 I believe