File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 12
12
* Portions Copyright (c) 1994, Regents of the University of California
13
13
*
14
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.72 2004/09/16 16:58:36 tgl Exp $
15
+ * $PostgreSQL: pgsql/src/backend/utils/mmgr/portalmem.c,v 1.73 2004/09/16 21:08:12 tgl Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -679,10 +679,6 @@ AtSubCleanup_Portals(SubTransactionId mySubid)
679
679
if (portal -> createSubid != mySubid )
680
680
continue ;
681
681
682
- /* AtSubAbort_Portals should have fixed these: */
683
- Assert (portal -> status != PORTAL_ACTIVE );
684
- Assert (portal -> resowner == NULL );
685
-
686
682
/* Zap it. */
687
683
PortalDrop (portal , false);
688
684
}
You can’t perform that action at this time.
0 commit comments