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 b611c38 commit 1dfc377Copy full SHA for 1dfc377
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.53 2000/05/04 20:06:07 tgl Exp $
+ * $Id: user.c,v 1.53.2.1 2000/10/19 03:58:47 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -610,6 +610,10 @@ DropUser(DropUserStmt *stmt)
610
}
611
heap_endscan(scan);
612
heap_close(pg_rel, AccessExclusiveLock);
613
+ /*
614
+ * Make changes visible ...
615
+ */
616
+ CommandCounterIncrement();
617
618
619
/*
0 commit comments