1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-17 17:02:08 +03:00

Hope that this is valid localbuf.c version

This commit is contained in:
Vadim B. Mikheev
2000-11-30 19:03:26 +00:00
parent b73ecebf05
commit 8247f47fc7
2 changed files with 11 additions and 59 deletions

View File

@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* xlog_bufmgr.c
* bufmgr.c
* buffer manager interface routines
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.97 2000/11/30 08:46:23 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.98 2000/11/30 19:03:25 vadim Exp $
*
*-------------------------------------------------------------------------
*/