Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc90c058

Browse files
committed
Fix from Jan agreed with by Massimo.
1 parent4e064c0 commitc90c058

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/backend/commands/async.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.7 1996/11/16 08:08:44 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.8 1996/12/07 04:36:38 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -283,6 +283,9 @@ Async_NotifyAtCommit()
283283
}
284284
ReleaseBuffer(b);
285285
}
286+
heap_endscan(sRel);
287+
heap_close(lRel);
288+
286289
CommitTransactionCommand();
287290
ClearPendingNotify();
288291
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp