1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

More files cleaned out

This commit is contained in:
Marc G. Fournier
1996-11-06 09:29:26 +00:00
parent be9197320a
commit 58a0150f64
7 changed files with 22 additions and 14 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.4 1996/10/31 10:59:09 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.5 1996/11/06 09:29:10 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -15,6 +15,9 @@
#include "postgres.h"
#include <utils/syscache.h>
#include <catalog/pg_index.h>
#include "nodes/execnodes.h"
#include "nodes/plannodes.h"
#include "nodes/relation.h"