1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Avoid including any backend-only stuff in the zic utility program.

Per gripe from Zdenek Kotala, though not exactly his patch.
This commit is contained in:
Tom Lane
2007-10-26 13:30:10 +00:00
parent 350196df4a
commit 8164fb8887
4 changed files with 9 additions and 8 deletions

View File

@ -3,10 +3,10 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.21 2007/02/01 19:10:30 momjian Exp $
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.22 2007/10/26 13:30:10 tgl Exp $
*/
#include "postgres.h"
#include "postgres_fe.h"
#ifdef HAVE_GETOPT_H
#include <getopt.h>