1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove

some unused #include directives from bufmgr.c, and clarify comments in
bufmgr.h and buf.h
This commit is contained in:
Neil Conway
2004-04-25 23:50:58 +00:00
parent 1cb7f2ebf3
commit 0370951347
4 changed files with 7 additions and 9 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.163 2004/04/22 07:21:55 neilc Exp $
* $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.164 2004/04/25 23:50:54 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@ -35,8 +35,6 @@
*/
#include "postgres.h"
#include <math.h>
#include <signal.h>
#include <sys/file.h>
#include <unistd.h>