pg_group_name_index corrupt? - Mailing list pgsql-hackers

From The Hermit Hacker
Subject pg_group_name_index corrupt?
Date
Msg-id Pine.BSF.4.21.0005040247350.92638-100000@thelab.hub.org
Whole thread Raw
Responses Re: pg_group_name_index corrupt?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
This worry anyone? :)

v7.0, compiled today based off of CVS ...



Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 

---------- Forwarded message ----------

pg_banners=> vacuum;
NOTICE:  Index pg_group_sysid_index: NUMBER OF INDEX' TUPLES (0) IS NOT THE SAME AS HEAP' (1).       Recreate the
index.
NOTICE:  Index pg_group_name_index: NUMBER OF INDEX' TUPLES (0) IS NOT THE SAME AS HEAP' (1).       Recreate the
index.
VACUUM
pg_banners=> \d pg_group
Table    = pg_group
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                | Length|
+----------------------------------+----------------------------------+-------+
| groname                          | name                             |    32 |
| grosysid                         | int4                             |     4 |
| grolist                          | int4[]                           |   var |
+----------------------------------+----------------------------------+-------+
Indices:  pg_group_name_index         pg_group_sysid_index

pg_banners=> \d pg_group_name_index
Table    = pg_group_name_index
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                | Length|
+----------------------------------+----------------------------------+-------+
| groname                          | name                             |    32 |
+----------------------------------+----------------------------------+-------+
pg_banners=> drop index pg_group_name_index;
ERROR:  class "pg_group_name_index" is a system catalog index
pg_banners=>




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: system usage stats (Was: Re: Why Not MySQL? )
Next
From: The Hermit Hacker
Date:
Subject: Re: system usage stats (Was: Re: Why Not MySQL? )