• Tom Lane's avatar
    Remove gratuitous and incorrect begin/commit transaction calls in · fe189063
    Tom Lane authored
    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.
    fe189063
dbcommands.c 10.7 KB