Re: Oddness 7.3 vs 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Oddness 7.3 vs 7.4
Date: 2003-12-16 04:57:40
Message-ID: 18652.1071550660@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> I cannot think of any commit that fixed that??? Is it fixed in 7.3.5?

7.3.5 exhibits the same misbehavior. The bug is actually that the index
doesn't get dropped when you drop the column, and it was fixed here:

2003-05-28 12:03 tgl

Replace functional-index facility with expressional indexes.
...
Along the way, ... fix 7.3 oversight
that didn't record dependencies of predicate expressions.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-16 05:06:03 Re: fork/exec patch
Previous Message Neil Conway 2003-12-16 04:37:40 Re: fork/exec patch