pgsql: CLUSTER specified the wrong namespace when renaming toast tables - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: CLUSTER specified the wrong namespace when renaming toast tables
Date
Msg-id 20100202191229.39F337541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
CLUSTER specified the wrong namespace when renaming toast tables of temporary
relations (they don't live in pg_toast).  This caused an Assert failure in
assert-enabled builds.  So far as I can see, in a non-assert build it would
only have messed up the checks for conflicting names, so a failure would be
quite improbable but perhaps not impossible.

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.195 -> r1.196)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.195&r2=1.196)
    pgsql/src/test/regress/expected:
        cluster.out (r1.20 -> r1.21)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/cluster.out?r1=1.20&r2=1.21)
    pgsql/src/test/regress/sql:
        cluster.sql (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/cluster.sql?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: CLUSTER specified the wrong namespace when renaming toast tables