1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix for TODO item * spinlock stuck problem when elog(FATAL)

and elog(ERROR) inside bufmgr.
This commit is contained in:
Hiroshi Inoue
2000-01-17 01:15:19 +00:00
parent 116ba5d814
commit 1500e262b5
3 changed files with 171 additions and 48 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.32 1999/09/28 11:40:53 vadim Exp $
* $Id: bufmgr.h,v 1.33 2000/01/17 01:15:19 inoue Exp $
*
*-------------------------------------------------------------------------
*/
@@ -186,5 +186,6 @@ extern void SetBufferCommitInfoNeedsSave(Buffer buffer);
extern void UnlockBuffers(void);
extern void LockBuffer(Buffer buffer, int mode);
extern void AbortBufferIO(void);
#endif