]> granicus.if.org Git - postgresql/commit
Remove gratuitous and incorrect begin/commit transaction calls in
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Mar 2000 06:50:51 +0000 (06:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Mar 2000 06:50:51 +0000 (06:50 +0000)
commitfe189063b8ec2d12b25aa04943f9bee09189d4bb
treed00a616f806decdc94abf6daccfc7c1332765e48
parentc397e264db72b0916bae0f319e3505cba8dd81f5
Remove gratuitous and incorrect begin/commit transaction calls in
CREATE DB/DROP DB.  If you didn't think they were wrong, try what
happens when you compile with -DCLOBBER_FREED_MEMORY --- database
name displayed in error messages is trashed, because transaction
abort freed it.  Also, remove trailing periods in error messages,
per our prevailing style.
src/backend/commands/dbcommands.c