mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Fix from Jan agreed with by Massimo.
This commit is contained in:
parent
4e064c0560
commit
c90c058bf0
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user