Re: PostgreSQL XID exceeded crash. - Mailing list pgsql-general

From Tom Lane
Subject Re: PostgreSQL XID exceeded crash.
Date
Msg-id 25170.1157386105@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL XID exceeded crash.  (Mario Lopez <mario@lar3d.com>)
List pgsql-general
Mario Lopez <mario@lar3d.com> writes:
> PID:8069 CMD_TAG:idle XID:274157581 LOG:  00000: sentencia: INSERT INTO
> scannmap4 VALUES (1719914, 2, 117, 28, 1155, 17073, 1, 1, '', '', '',
> '', NULL);
> PID:8069 CMD_TAG:idle XID:274157581 UBICACI�N:  log_after_parse,
> postgres.c:605
> PID:8025 CMD_TAG: XID: DEBUG:  00000: proceso de servidor (PID 8069)
> termin� con c�digo de salida 255

Hm, well that gives us a little bit to go on.  Tell us about the
schema of table scannmap4 ... what are its column datatypes, indexes,
rules, foreign keys, triggers?  Can you reproduce the crash just by
feeding this one statement into it?

            regards, tom lane

pgsql-general by date:

Previous
From: "Philippe Lang"
Date:
Subject: Re: Plperl functions with OUT parameters crashing each other when used in the same connection
Next
From: Mario Lopez
Date:
Subject: Re: PostgreSQL XID exceeded crash.