mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05:00
Fix from Jan agreed with by Massimo.
This commit is contained in:
parent
4e064c0560
commit
c90c058bf0
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*
|
||||
* 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);
|
||||
}
|
||||
heap_endscan(sRel);
|
||||
heap_close(lRel);
|
||||
|
||||
CommitTransactionCommand();
|
||||
ClearPendingNotify();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue