Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / storage / item.h
blob788f83c434a943ce79090c0ad5d8929d21225468
1 /*-------------------------------------------------------------------------
3 * item.h
4 * POSTGRES disk item definitions.
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * $PostgreSQL$
12 *-------------------------------------------------------------------------
14 #ifndef ITEM_H
15 #define ITEM_H
17 typedef Pointer Item;
19 #endif /* ITEM_H */