| From: | Ole Gjerde <gjerde(at)icebox(dot)org> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Postgres Hackers List <hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] v6.5 release ToDo |
| Date: | 1999-05-17 05:11:09 |
| Message-ID: | Pine.LNX.4.05.9905170009590.26745-100000@snowman.icebox.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, 17 May 1999, Tom Lane wrote:
> I poked around in the code for serial-column constraints, and found that
> Lockhart's last patch had a subtle bug --- he wrote more characters in
> the constraint text without increasing the space palloc'd for the
> string. That could maybe cause such a problem, depending on what
> happened to be living next door to the string... But I don't really
> think this explains your complaint, because according to the cvs log
> that change was made on 5/13, and you reported a problem quite some time
> before that. Still, please fetch the current cvs sources or apply this
> patch:
[snip]
> and let us know if anything changes...
Yep, that takes care of it! Thanks
Ole Gjerde
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-05-17 05:11:43 | Re: [HACKERS] DROP TABLE leaks file descriptors |
| Previous Message | Tom Lane | 1999-05-17 05:03:50 | Re: [HACKERS] v6.5 release ToDo |