mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
First pass at fixing my own mistakes
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
This commit is contained in:
@ -7,16 +7,16 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.2 1996/10/19 04:51:42 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.3 1996/10/20 08:31:34 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/attnum.h"
|
||||
#include "access/skey.h"
|
||||
|
||||
|
||||
/*
|
||||
* ScanKeyEntryIsLegal --
|
||||
* True iff the scan key entry is legal.
|
||||
|
Reference in New Issue
Block a user