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
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
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
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
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)
>
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
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
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