1 /*-------------------------------------------------------------------------
4 * Primary include file for PostgreSQL client-side .c files
6 * This should be the first file included by PostgreSQL client libraries and
7 * application programs --- but not by backend modules, which should include
11 * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
12 * Portions Copyright (c) 1995, Regents of the University of California
14 * src/include/postgres_fe.h
16 *-------------------------------------------------------------------------
27 #include "common/fe_memutils.h"
29 #endif /* POSTGRES_FE_H */