1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Makes it compile...still needs work

This commit is contained in:
Marc G. Fournier
1996-11-05 11:57:55 +00:00
parent 90113e2847
commit e4725ee76a
5 changed files with 27 additions and 5 deletions

View File

@@ -7,12 +7,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.2 1996/11/03 23:27:07 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.3 1996/11/05 11:57:54 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include "postgres.h"
#include <utils/syscache.h>
#include <catalog/pg_proc.h>
#include "access/heapam.h"
#include "access/relscan.h"