Skip to content

Commit 84b9507

Browse files
committed
Remove another incorrect UserAbortTransactionBlock() call.
1 parent fe18906 commit 84b9507

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/commands/user.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: user.c,v 1.50 2000/02/15 18:17:33 tgl Exp $
9+
* $Id: user.c,v 1.51 2000/03/15 07:02:56 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -1090,7 +1090,6 @@ DropGroup(DropGroupStmt *stmt)
10901090
if (!gro_exists)
10911091
{
10921092
heap_close(pg_group_rel, AccessExclusiveLock);
1093-
UserAbortTransactionBlock();
10941093
elog(ERROR, "DROP GROUP: group \"%s\" does not exist", stmt->name);
10951094
}
10961095

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy