Commit c90c058b authored by Bruce Momjian's avatar Bruce Momjian

Fix from Jan agreed with by Massimo.

parent 4e064c05
...@@ -7,7 +7,7 @@ ...@@ -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() ...@@ -283,6 +283,9 @@ Async_NotifyAtCommit()
} }
ReleaseBuffer(b); ReleaseBuffer(b);
} }
heap_endscan(sRel);
heap_close(lRel);
CommitTransactionCommand(); CommitTransactionCommand();
ClearPendingNotify(); ClearPendingNotify();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment