]> granicus.if.org Git - postgresql/commit
Change order of operations in ALTER TABLE SET TABLESPACE so that we
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Aug 2004 04:50:28 +0000 (04:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Aug 2004 04:50:28 +0000 (04:50 +0000)
commitd785841f831fd9bc9cf11ed62d8571910a71bd0c
tree936e4b7ef05364fbfbebd6627432af658697ebdd
parentae449122cf093cc8890a47770b13a8cc75912386
Change order of operations in ALTER TABLE SET TABLESPACE so that we
don't hold an open file reference to the original table at the end.
This is a good thing in any case, particularly so on Windows which
cannot drop the table file otherwise.
src/backend/commands/tablecmds.c