More overruns? - Mailing list pgsql-hackers

From Maurice Gittens
Subject More overruns?
Date
Msg-id 005601bd58d8$95cd93a0$fcf3b2c2@caleb..gits.nl
Whole thread Raw
List pgsql-hackers
Hi,

I gathered up some courage and ran the regression tests with the
Electric Fence library.

A quick overview of the queries that failed follows. (In the following a
failed test
is a test where the backend dies.) This usually means electric fence
detected some overrun.

SELECT INTO
INSERT INTO
CREATE FUNCTION
CREATE TYPE
CREATE FUNCTION
CREATE AGGREGATE
CREATE OPERATOR
one fancy select statement
ALTER TABLE

If we are lucky these are all cause by the same bug -:). Anybody want
to find out for sure? If you are interested in the regression.diff file I
post it to the list.

Regards,
Maurice



pgsql-hackers by date:

Previous
From: "Maurice Gittens"
Date:
Subject: Re: [HACKERS] patch for memory overrun on Linux(i386)
Next
From: Andrew Martin
Date:
Subject: Re: [HACKERS] URGENT PROBLEM with the 6.3->6.3.1 patch