On Wed, Feb 27, 2008 at 6:01 PM, Zubkovsky, Sergey <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > After dropping some tables in my PG 8.3 DB I tried to execute 'vacuum full' > command and got the error: > > > > ERROR: invalid memory alloc request size 4294967280 > >
Hopefully this is already fixed. http://archives.postgresql.org/pgsql-committers/2008-02/msg00101.php The symptoms look the same. Dropping the tables would have deleted several rows in the pg_class table and subsequent vacuuming of the table may trigger the bug. Thanks, Pavan -- Pavan Deolasee EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend