Fix from Jan agreed with by Massimo.

This commit is contained in:
Bruce Momjian 1996-12-07 04:36:38 +00:00
parent 4e064c0560
commit c90c058bf0
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.7 1996/11/16 08:08:44 bryanh Exp $ * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.8 1996/12/07 04:36:38 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -283,6 +283,9 @@ Async_NotifyAtCommit()
} }
ReleaseBuffer(b); ReleaseBuffer(b);
} }
heap_endscan(sRel);
heap_close(lRel);
CommitTransactionCommand(); CommitTransactionCommand();
ClearPendingNotify(); ClearPendingNotify();
} }