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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: informix.c was violating the coding rule about not including any
Date: 2008-01-08 01:14:52
Message-ID: 20080108011452.EB93D754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
informix.c was violating the coding rule about not including any
system headers before c.h. Per report from J6M.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/compatlib:
informix.c (r1.53 -> r1.54)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/informix.c?r1=1.53&r2=1.54)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-01-08 07:57:23 pgbouncer - pgbouncer: return correct value
Previous Message Tom Lane 2008-01-08 01:04:08 pgsql: Remove unnecessary comma in enum definition ...