提交 5dedad99 编写于 作者: M Marc G. Fournier

One at a time...another one is complete...

上级 69b42eb1
......@@ -8,23 +8,25 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.1.1.1 1996/07/09 06:21:09 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.2 1996/10/19 03:28:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include "c.h"
#include "access/ibit.h"
#include "access/itup.h" /* where the declarations go */
#include "access/heapam.h"
#include "access/genam.h"
#include "access/tupdesc.h"
#include "access/tupmacs.h"
#include "postgres.h"
#include "storage/block.h"
#include "storage/off.h"
#include "storage/itemptr.h"
#include "utils/elog.h"
#include "utils/palloc.h"
#include "nodes/nodes.h"
#include "access/attnum.h"
#include "nodes/pg_list.h"
#include "catalog/pg_attribute.h"
#include "access/tupdesc.h"
#include "access/itup.h"
#include "utils/memutils.h"
#include "access/ibit.h"
static Size IndexInfoFindDataOffset(unsigned short t_info);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册