Consistently use "superuser" instead of "super user"
[pgsql.git] / src / include / storage / item.h
blobcb439655362bb31c8563eb28ace207447b6229d4
1 /*-------------------------------------------------------------------------
3 * item.h
4 * POSTGRES disk item definitions.
7 * Portions Copyright (c) 1996-2021, 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 */