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

Remove include of machine.h

This commit is contained in:
Marc G. Fournier
1996-08-27 22:20:28 +00:00
parent 3c0f8ed4ae
commit 6196646291
5 changed files with 5 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.3 1996/08/26 06:29:32 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.4 1996/08/27 22:16:32 scrappy Exp $
*
*
* INTERFACE ROUTINES
@@ -72,8 +72,6 @@
#include "parser/catalog_utils.h"
#include "machine.h"
/*
* macros used in guessing how many tuples are on a page.
*/