mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Move Informix compatibility include files out of the way. compatlib.h
was integrated into ecpg_informix.h, the other ones go into their own subdirectory that is automatically considered by the embedded preprocessor when in Informix mode.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _ECPG_DATETIME_H
|
||||
#define _ECPG_DATETIME_H
|
||||
|
||||
#include <compatlib.h>
|
||||
#include <ecpg_informix.h>
|
||||
|
||||
typedef timestamp dtime_t;
|
||||
typedef interval intrvl_t;
|
||||
|
Reference in New Issue
Block a user