mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Another one bits the dust...
This commit is contained in:
parent
54c2aa99bd
commit
bc711a3f54
@ -6,15 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: itup.h,v 1.3 1996/11/03 08:17:21 scrappy Exp $
|
||||
* $Id: itup.h,v 1.4 1996/11/05 07:20:09 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef ITUP_H
|
||||
#define ITUP_H
|
||||
|
||||
#include "storage/itemptr.h"
|
||||
#include "access/tupdesc.h"
|
||||
#include <access/tupdesc.h>
|
||||
#include <storage/itemptr.h>
|
||||
|
||||
#define MaxIndexAttributeNumber 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user