PostgreSQL Source Code
git master
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
sysattr.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* sysattr.h
4
* POSTGRES system attribute definitions.
5
*
6
*
7
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/access/sysattr.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef SYSATTR_H
15
#define SYSATTR_H
16
17
18
/*
19
* Attribute numbers for the system-defined attributes
20
*/
21
#define SelfItemPointerAttributeNumber (-1)
22
#define ObjectIdAttributeNumber (-2)
23
#define MinTransactionIdAttributeNumber (-3)
24
#define MinCommandIdAttributeNumber (-4)
25
#define MaxTransactionIdAttributeNumber (-5)
26
#define MaxCommandIdAttributeNumber (-6)
27
#define TableOidAttributeNumber (-7)
28
#define FirstLowInvalidHeapAttributeNumber (-8)
29
30
#endif
/* SYSATTR_H */
src
include
access
sysattr.h
Generated on Sat Jun 4 2016 12:15:18 for PostgreSQL Source Code by
1.8.8