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 4e064c0 commit c90c058Copy full SHA for c90c058
src/backend/commands/async.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -283,6 +283,9 @@ Async_NotifyAtCommit()
283
}
284
ReleaseBuffer(b);
285
286
+ heap_endscan(sRel);
287
+ heap_close(lRel);
288
+
289
CommitTransactionCommand();
290
ClearPendingNotify();
291
0 commit comments