On Thu, 25 Jul 2002, Tom Lane wrote: > "Kangmo, Kim" <[EMAIL PROTECTED]> writes: > > If the index on the same class, > > two concurrent CREATE INDEX command can update pg_class.relpages > > at the same time. > > Or try to, anyway. The problem here is that the code that updates > system catalogs is not prepared to cope with concurrent updates > to the same tuple.
I see. So the error is basically harmless, and can be rectified anyway with an ANALYZE, right? cjs -- Curt Sampson <[EMAIL PROTECTED]> +81 90 7737 2974 http://www.netbsd.org Don't you know, in this new Dark Age, we're all light. --XTC ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org