Skip site navigation (1) Skip section navigation (2)

Re: remove contrib/xml2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: M Z <jm80008(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: remove contrib/xml2
Date: 2010-02-06 19:30:10
Message-ID: 25866.1265484610@sss.pgh.pa.us (view raw or flat)
Thread:
Lists: pgsql-hackers
M Z <jm80008(at)gmail(dot)com> writes:
> The thing is, why it doesn't crash on 8.3.8 but crash on 8.4.2? Any idea?

Pure luck.  Memory-clobber bugs like these are notoriously
nondeterministic.  Any minor, logically unrelated change could make them
visible or not visible, because the clobber happens to clobber data that
is or is not in active use at the moment.

			regards, tom lane

In response to

pgsql-hackers by date

Next:From: Bruce MomjianDate: 2010-02-06 21:15:09
Subject: Re: [GENERAL] FM format modifier does not remove leading zero from year
Previous:From: Bruce MomjianDate: 2010-02-06 19:11:03
Subject: Re: psql tab completion for DO blocks

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group