Skip to content
Snippets Groups Projects
Commit 54c2aa99 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

And another...

parent 8202bce9
No related branches found
No related tags found
No related merge requests found
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: heaptuple.h,v 1.2 1996/11/03 08:17:19 scrappy Exp $ * $Id: heaptuple.h,v 1.3 1996/11/05 07:18:05 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef HEAPTUPLE_H #ifndef HEAPTUPLE_H
#define HEAPTUPLE_H #define HEAPTUPLE_H
#include "access/htup.h" #include <access/tupdesc.h>
#include "storage/buf.h" #include <storage/buf.h>
#include "access/tupdesc.h" #include <access/htup.h>
extern char *heap_getattr(HeapTuple tup, extern char *heap_getattr(HeapTuple tup,
Buffer b, Buffer b,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment