[PATCHES] Proposed patch for 8.3 VACUUM FULL crash

2008-02-10 Thread Tom Lane
Tomas Szepe reported here http://archives.postgresql.org/pgsql-bugs/2008-02/msg00068.php about a bug in VACUUM FULL, which turned out to be that the code was expecting pages with no live tuples to always get added to the fraged_pages list, and this was sometimes not happening. On investigation the

Re: [PATCHES] NUMERIC key word

2008-02-10 Thread Neil Conway
On Tue, 2008-01-29 at 13:20 -0500, Tom Lane wrote: > The reason it was kept was to override the search path --- unqualified > NUMERIC will always be taken as pg_catalog.numeric even if you have some > other type "numeric" in front of it. It should be possible to implement this behavior without req

Re: [PATCHES] NUMERIC key word

2008-02-10 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > On Tue, 2008-01-29 at 13:20 -0500, Tom Lane wrote: >> The reason it was kept was to override the search path --- unqualified >> NUMERIC will always be taken as pg_catalog.numeric even if you have some >> other type "numeric" in front of it. > It should be