Commit 867ff072 authored by Tom Lane's avatar Tom Lane

informix.c was violating the coding rule about not including any

system headers before c.h.  Per report from J6M.
parent 8c71752a
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.53 2007/11/15 21:14:45 momjian Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.54 2008/01/08 01:14:52 tgl Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include <math.h>
#include <ctype.h>
#include <limits.h>
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include <ecpgtype.h>
#include <ecpg_informix.h>
#include <pgtypes_error.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment