Re: [HACKERS] Open 6.5 items

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Open 6.5 items
Date: 1999-06-08 18:09:52
Message-ID: 375D5C70.73262D70@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> SELECT * FROM test WHERE test IN (SELECT * FROM test) fails with strange error
> Regression test for new Numeric type
> refint problems
> invalidate cache on elog failure, abort is OK

Isn't it fixed by Tom?

> large objects security problem
> spinlock stuck problem

Old one, possible when elog(FATAL) and elog(ERROR) inside bufmgr.

> benchmark performance problem, index lookups on entries with many dup keys
> add more detail inref/lock.sgml, ref/set.sgml to reflect MVCC & locking changes
^^^^^^^^^
Doing it right now.

>
> Generate Admin, User, hardcopy postscript
> Generate HISTORY from sgml sources.

+ vacuum problems (two assertions) in the case of high update
activity on the same table

Seems fixed, though I wonder why it's fixed by changes I made, -:(

+ 'Deadlock detected' errors when running a row-locking query
(SELECT ... ORDER BY FOR UPDATE in PL/pgSQL)

Bug-report was posted today to ports list.
I hope to address it before release.

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Galbavy 1999-06-08 18:16:49 Re: [HACKERS] 6.6 items
Previous Message Vadim Mikheev 1999-06-08 18:03:20 Re: [HACKERS] 6.6 items