pgsql-server/src/backend/commands tablecmds.c - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/commands tablecmds.c
Date
Msg-id 20031013200252.4E03CD1B515@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/13 17:02:52

Modified files:
    src/backend/commands: tablecmds.c

Log message:
    Adjust setRelhassubclassInRelation() to not perform actual heap_update
    when the pg_class.relhassubclass value is already correct.  This should
    avoid most cases of the 'tuple concurrently updated' problem that
    Robert Creager recently complained about.  Also remove a bunch of dead
    code in StoreCatalogInheritance() --- it was still computing the complete
    list of direct and indirect inheritance ancestors, though that list has
    not been needed since we got rid of the pg_ipl catalog.


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/src/backend commands/tablecmds.c ...
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/initdb initdb.sh