Tom Lane wrote:
Jeff Ross <jr...@wykids.org> writes:
Tom Lane wrote:
heap_update is broken.  Details left as an exercise for the reader

Well, as the reader that started this all ;-) should I be worried?
Should I do a pg_dump and reinstall? Roll back to 8.3.7? Or just relax, don't worry and have a sparkling adult beverage?

Well, it's a pretty bad bug but as far as I can see a simple "VACUUM
table" command should fix it up --- would you confirm?

                        regards, tom lane

Hah!  It did indeed clear it up!

pglogd=# \d
             List of relations
Schema | Name | Type | Owner --------+--------------+-------+-------------
public | full_entries | table | _postgresql
public | full_temp    | table | jross
public | log_entries  | table | _postgresql
public | page_hits    | table | _postgresql
public | total_hits   | table | _postgresql
(5 rows)


Thanks, Tom and Greg.  Looking forward to 8.4.1 :-)

Jeff


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to