mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Compile and warning cleanup
This commit is contained in:
@@ -6,14 +6,16 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: bootstrap.h,v 1.2 1996/11/06 10:29:05 scrappy Exp $
|
||||
* $Id: bootstrap.h,v 1.3 1996/11/08 06:01:45 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef BOOTSTRAP_H
|
||||
#define BOOTSTRAP_H
|
||||
|
||||
|
||||
#include "access/funcindex.h"
|
||||
#include "access/itup.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
#define MAXATTR 40 /* max. number of attributes in a relation */
|
||||
|
||||
@@ -37,7 +39,7 @@ extern void index_register(char *heap,
|
||||
uint16 nparams,
|
||||
Datum *params,
|
||||
FuncIndexInfo *finfo,
|
||||
PredInfo *predInfo);
|
||||
PredInfo *predInfo);
|
||||
|
||||
extern void err_out(void);
|
||||
extern void InsertOneTuple(Oid objectid);
|
||||
|
Reference in New Issue
Block a user