head     1.5;
branch   ;
access   ;
symbols  Version_2_1:1.5 C_Demo_1:1.4;
locks    ; strict;
comment  @ * @;


1.5
date     90.09.25.17.16.14;  author kemnitz;  state Exp;
branches ;
next     1.4;

1.4
date     89.09.05.16.55.56;  author mao;  state C_Demo_1;
branches ;
next     1.3;

1.3
date     89.07.20.13.11.34;  author mao;  state Exp;
branches ;
next     1.2;

1.2
date     89.02.02.16.29.57;  author dillon;  state Stab;
branches ;
next     1.1;

1.1
date     89.01.17.05.51.54;  author cimarron;  state Exp;
branches ;
next     ;


desc
@@


1.5
log
@update
@
text
@/*
 * access/internal.h --
 *	Internal definitions.
 *
 * Identification:
 *	$Header: src/access/genam/internal.h,v 1.1 90/09/25 17:12:30 kemnitz Exp $
 */

#ifndef	InternalDefined
#define InternalDefined	1

#include "tmp/postgres.h"
#include "access/skey.h"
#include "utils/rel.h"

/*
 * OperatorRelationFillScanKeyEntry --
 *	Fills the scan key entry for an OPERATOR object.
 */
extern
void
OperatorRelationFillScanKeyEntry ARGS((
	Relation	operatorRelation,
	ObjectId	operatorObjectId,
	ScanKeyEntry	entry
));

#endif	/* !defined(InternalDefined) */
@


1.4
log
@Working version of C-only demo
@
text
@d6 1
a6 1
 *	$Header: /usr6/postgres/mao/postgres/src/access/genam/RCS/internal.h,v 1.3 89/07/20 13:11:34 mao Exp $
d12 3
a14 3
#include "rel.h"
#include "oid.h"
#include "skey.h"
@


1.3
log
@move scan marked flags from here to lib/H/skey.h.
@
text
@d6 1
a6 1
 *	$Header: internal.h,v 1.2 89/02/02 16:29:57 mao Locked $
@


1.2
log
@Txfer from old tree
@
text
@d6 1
a6 1
 *	$Header: internal.h,v 1.2 87/11/21 14:57:30 dillon Locked $
a14 4

#define ScanUnmarked		0x01
#define ScanUncheckedPrevious	0x02
#define ScanUncheckedNext	0x04
@


1.1
log
@Initial revision
@
text
@a0 27

; /*
; * 
; * POSTGRES Data Base Management System
; * 
; * Copyright (c) 1988 Regents of the University of California
; * 
; * Permission to use, copy, modify, and distribute this software and its
; * documentation for educational, research, and non-profit purposes and
; * without fee is hereby granted, provided that the above copyright
; * notice appear in all copies and that both that copyright notice and
; * this permission notice appear in supporting documentation, and that
; * the name of the University of California not be used in advertising
; * or publicity pertaining to distribution of the software without
; * specific, written prior permission.  Permission to incorporate this
; * software into commercial products can be obtained from the Campus
; * Software Office, 295 Evans Hall, University of California, Berkeley,
; * Ca., 94720 provided only that the the requestor give the University
; * of California a free licence to any derived software for educational
; * and research purposes.  The University of California makes no
; * representations about the suitability of this software for any
; * purpose.  It is provided "as is" without express or implied warranty.
; * 
; */



d6 1
a6 1
 *	$Header: internal.h,v 1.1 88/11/11 16:35:33 postgres Exp $
@
