| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com> |
| Cc: | PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: pg.dropped |
| Date: | 2010-01-11 15:32:32 |
| Message-ID: | 1832.1263223952@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
=?UTF-8?Q?Filip_Rembia=C5=82kowski?= <plk(dot)zuber(at)gmail(dot)com> writes:
> Full test case, reproduced in 8.4.2 on two different hosts
> create table test (id serial primary key, t1 text, t2 text);
> create function myhash(test) returns text as 'select md5($1::text)' language
> sql immutable;
> create index myhash on test( myhash(test) );
> alter table test add t3 text;
> alter table test drop t3;
> insert into test(t1,t2) select 'foo', 'bar';
I've applied a patch for this in HEAD and 8.4.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vincenzo Romano | 2010-01-11 16:08:47 | Re: Composite types questions |
| Previous Message | Merlin Moncure | 2010-01-11 15:03:15 | Re: Composite types questions |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-01-11 15:44:52 | Re: pg_dump sort order for functions |
| Previous Message | Robert Haas | 2010-01-11 15:15:41 | Re: CommitFest 2010-01: Call for Reviewers |