Re: [BUGS] server terminated by a query in 7.3

2002-12-13 Thread Tom Lane
Jie Liang <[EMAIL PROTECTED]> writes: > however, after > I upgrade my postgresql from 7.2 to 7.3, one query always makes server > terminated, could > you give me a solution for it? I cannot reproduce this with the information you gave. regards, tom lane --

Re: [BUGS] server terminated by a query in 7.3

2002-12-13 Thread Frank van Vugt
> after I upgrade my postgresql from 7.2 to 7.3, one query always makes server > terminated This is caused by the vacuum of a temp table. Tom fixed it already about a week ago and provided the patch here: *** src/backend/storage/buffer/localbuf.c.orig Wed Sep 4 16:31:25 2002 --- src/backend/