Fix ancient bug in handling of to_char modifier 'TH', when used with HH.
[PostgreSQL.git] / src / include / postgres_fe.h
blobd4f77272722c2b257a3215527256b5f8fb8923ae
1 /*-------------------------------------------------------------------------
3 * postgres_fe.h
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
8 * postgres.h.
11 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
12 * Portions Copyright (c) 1995, Regents of the University of California
14 * $PostgreSQL$
16 *-------------------------------------------------------------------------
18 #ifndef POSTGRES_FE_H
19 #define POSTGRES_FE_H
21 #ifndef FRONTEND
22 #define FRONTEND 1
23 #endif
25 #include "c.h"
27 #endif /* POSTGRES_FE_H */