mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Remove another incorrect UserAbortTransactionBlock() call.
This commit is contained in:
parent
fe189063b8
commit
84b9507f78
@ -6,7 +6,7 @@
|
|||||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1090,7 +1090,6 @@ DropGroup(DropGroupStmt *stmt)
|
|||||||
if (!gro_exists)
|
if (!gro_exists)
|
||||||
{
|
{
|
||||||
heap_close(pg_group_rel, AccessExclusiveLock);
|
heap_close(pg_group_rel, AccessExclusiveLock);
|
||||||
UserAbortTransactionBlock();
|
|
||||||
elog(ERROR, "DROP GROUP: group \"%s\" does not exist", stmt->name);
|
elog(ERROR, "DROP GROUP: group \"%s\" does not exist", stmt->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user