pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was
Date
Msg-id 20050325180434.8B6F55379C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an
overly strong lock on pg_depend, and it wasn't closing the rel when done.
The latter bug was masked by the ResourceOwner code, which is something
that should be changed.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.150 -> r1.151)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.150&r2=1.151)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update and copy-edit description of privileges.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was