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


1.4
date     90.09.25.16.18.49;  author kemnitz;  state Exp;
branches ;
next     1.3;

1.3
date     89.09.05.17.01.13;  author mao;  state C_Demo_1;
branches ;
next     1.2;

1.2
date     89.03.22.17.31.38;  author muir;  state Stab;
branches ;
next     1.1;

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


desc
@@


1.4
log
@Updating from revision 1.3 to revision 1.4
@
text
@/*
 * att.c --
 *	POSTGRES attribute code.
 */
#include "tmp/c.h"
#include "access/att.h"

RcsId("$Header: RCS/att.c,v 1.4 90/08/13 18:21:02 cimarron Exp $");

bool
AttributeIsValid(attribute)
	Attribute	attribute;
{
	return ((bool)PointerIsValid(attribute));
}
@


1.3
log
@Working version of C-only demo
@
text
@d5 2
d8 1
a8 5
#include "c.h"

#include "att.h"

RcsId("$Header: /usr6/postgres/mao/postgres/src/access/tuple/RCS/att.c,v 1.2 89/03/22 17:31:38 muir Stab $");
@


1.2
log
@copyright removal
@
text
@d10 1
a10 1
RcsId("$Header: /usr6/postgres/muir/postgres/src/access/tuple/RCS/att.c,v 1.1 89/01/17 05:52:43 cimarron Exp $");
@


1.1
log
@Initial revision
@
text
@a0 1

a1 26
 * 
 * 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.
 * 
 */



/*
d10 1
a10 1
RcsId("$Header: att.c,v 1.1 88/11/11 16:36:08 postgres Exp $");
@
