Re: [GENERAL] troubles with postgresql 7.0.2

2001-05-04 Thread Diana Cionoiu
> Possibly you are running into the LIKE-at-end-of-memory bug identified > last July (see rev 1.37 at > http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/backend/utils/adt/like.c). > Please update to 7.0.3 ... or even better, 7.1, but 7.0.3 wouldn't force > you into a database dump/reload ... and

Re: [GENERAL] troubles with postgresql 7.0.2

2001-05-03 Thread Tom Lane
Diana Cionoiu <[EMAIL PROTECTED]> writes: > And today my postmaster died with : > The Postmaster has informed me that some other backend died abnormally and > possibly corrupted shared memory. > I have rolled back the current transaction and am going to > terminate your database system co

Re: [GENERAL] troubles with postgresql 7.0.2

2001-05-03 Thread Tom Lane
Diana Cionoiu <[EMAIL PROTECTED]> writes: > $mimuv = pg_exec ($conn, "SELECT idl from ldi where categoria=" . > $categorie. " and denumirea LIKE '%" . $denumirea . "%' and > substr(dataemiterii,1,2) LIKE '%" . $luna ."%' and > substr(dataemiterii,3,2) LIKE '%" . $zi . "%' and substr(dataem

Re: [GENERAL] troubles with postgresql 7.0.2

2001-05-03 Thread Diana Cionoiu
> After working a while with postgresql 7.0.2 from redhat 7.0, with upgrates > at glibc 2.2.2 and a few other improvements, i have kernel 2.2.17 from rh > 7.0 updates. > And today my postmaster died with : > > The Postmaster has informed me that some other backend died abnormally and > possibly co

[GENERAL] troubles with postgresql 7.0.2

2001-05-03 Thread Diana Cionoiu
After working a while with postgresql 7.0.2 from redhat 7.0, with upgrates at glibc 2.2.2 and a few other improvements, i have kernel 2.2.17 from rh 7.0 updates. And today my postmaster died with : The Postmaster has informed me that some other backend died abnormally and possibly corrupted share