diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 2000-11-30 19:06:37 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 2000-11-30 19:06:37 +0000 |
commit | 309112267f0f73ee79e36a3efe1060b34b5c7b46 (patch) | |
tree | f9699dccda41c7a1f033f19d140ea8b329b11788 | |
parent | 8247f47fc7bdd6374df8ee91c9489d60e5a65f94 (diff) | |
download | postgresql-309112267f0f73ee79e36a3efe1060b34b5c7b46.tar.gz postgresql-309112267f0f73ee79e36a3efe1060b34b5c7b46.zip |
misc
-rw-r--r-- | src/backend/storage/buffer/localbuf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/storage/buffer/localbuf.c b/src/backend/storage/buffer/localbuf.c index 1fc704c7221..a34c6842e76 100644 --- a/src/backend/storage/buffer/localbuf.c +++ b/src/backend/storage/buffer/localbuf.c @@ -14,6 +14,10 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994-5, Regents of the University of California * + * + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.38 2000/11/30 19:06:37 vadim Exp $ + * *------------------------------------------------------------------------- */ #include "postgres.h" |