Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84b9507

Browse files
committed
Remove another incorrect UserAbortTransactionBlock() call.
1 parentfe18906 commit84b9507

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/1518:17:33 tgl Exp $
9+
* $Id: user.c,v 1.51 2000/03/1507: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)

[8]ページ先頭

©2009-2025 Movatter.jp