diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-08-26 23:31:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-08-26 23:31:58 +0000 |
commit | 75c6c2b6082604dcc8732dd99eeb286ea37173bd (patch) | |
tree | 58527f581e490113415de5acec5f485c600631e7 /src/include/access/heaptuple.h | |
parent | 20afa04d03b1d1f58a926d3d183ff792a12073da (diff) | |
download | postgresql-75c6c2b6082604dcc8732dd99eeb286ea37173bd.tar.gz |
Inlined heap_getattr().
Diffstat (limited to 'src/include/access/heaptuple.h')
-rw-r--r-- | src/include/access/heaptuple.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/include/access/heaptuple.h b/src/include/access/heaptuple.h deleted file mode 100644 index f01217b97c..0000000000 --- a/src/include/access/heaptuple.h +++ /dev/null @@ -1,26 +0,0 @@ -/*------------------------------------------------------------------------- - * - * heaptuple.h-- - * - * - * - * Copyright (c) 1994, Regents of the University of California - * - * $Id: heaptuple.h,v 1.3 1996/11/05 07:18:05 scrappy Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef HEAPTUPLE_H -#define HEAPTUPLE_H - -#include <access/tupdesc.h> -#include <storage/buf.h> -#include <access/htup.h> - -extern char *heap_getattr(HeapTuple tup, - Buffer b, - int attnum, - TupleDesc tupleDesc, - bool *isnull); - -#endif /* HEAP_TUPLE_H */ |