]> granicus.if.org Git - postgresql/commit
Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2005 18:04:47 +0000 (18:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2005 18:04:47 +0000 (18:04 +0000)
commit42a00ef3b8b6294aaf637feed7b0cea628f8da65
tree6dd7b78b4f6932e8fb0349b4d3fdd1f31e369bc2
parentae7c18d1aed9bab11d62fb6344877f1b7d52ffa8
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.
src/backend/commands/tablecmds.c