pgsql-server: Repair 'expected both swapped tables to have TOAST tables' - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Repair 'expected both swapped tables to have TOAST tables'
Date
Msg-id 20040831231636.94FB15E4710@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Repair 'expected both swapped tables to have TOAST tables' bug in 7.4
branch.  I wasn't excited about doing this when the first report came in,
but now that we have two of 'em, I suppose it had better get fixed.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/src/backend/commands:
        cluster.c (r1.116 -> r1.116.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/cluster.c.diff?r1=1.116&r2=1.116.2.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Code review for recent changes in guc-file.l.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: needs_toast_table() should ignore dropped columns.