Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe18906 commit 84b9507Copy full SHA for 84b9507
src/backend/commands/user.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $Id: user.c,v 1.50 2000/02/15 18:17:33 tgl Exp $
+ * $Id: user.c,v 1.51 2000/03/15 07:02:56 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -1090,7 +1090,6 @@ DropGroup(DropGroupStmt *stmt)
1090
if (!gro_exists)
1091
{
1092
heap_close(pg_group_rel, AccessExclusiveLock);
1093
- UserAbortTransactionBlock();
1094
elog(ERROR, "DROP GROUP: group \"%s\" does not exist", stmt->name);
1095
}
1096
0 commit comments