Update copyright for 2022
[pgsql.git] / src / include / storage / item.h
blob6f3eaebc02acd114f76ad6e95cf48b505e7343ca
1 /*-------------------------------------------------------------------------
3 * item.h
4 * POSTGRES disk item definitions.
7 * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/storage/item.h
12 *-------------------------------------------------------------------------
14 #ifndef ITEM_H
15 #define ITEM_H
17 typedef Pointer Item;
19 #endif /* ITEM_H */