1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-05 23:56:58 +03:00

Backpatch of 7a58d19b0 to 9.4, previously omitted.

Apparently by accident the above commit was backpatched to all supported
branches, except 9.4. This appears to be an error, as the issue is just
as present there.
Given the short amount of time before the next minor release, and given
the issue is documented to be fixed for 9.4, it seems like a good idea
to push this now.

Original-Author: Michael Meskes
Discussion: 75DB81BEEA95B445AE6D576A0A5C9E9364CBC11F@BPXM05GP.gisp.nec.co.jp
This commit is contained in:
Andres Freund 2016-02-08 11:10:14 +01:00
parent 73ed2a5607
commit 33b26426eb
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
#include <ecpg_informix.h> #include <ecpg_informix.h>
#ifndef _ECPGLIB_H /* source created by ecpg which defines these /* source created by ecpg which defines these symbols */
* symbols */ #ifndef _ECPGLIB_H
typedef timestamp dtime_t; typedef timestamp dtime_t;
typedef interval intrvl_t; typedef interval intrvl_t;
#endif /* ndef _ECPGLIB_H */ #endif /* ndef _ECPGLIB_H */

View File

@ -5,8 +5,8 @@
#include <ecpg_informix.h> #include <ecpg_informix.h>
#ifndef _ECPGLIB_H /* source created by ecpg which defines this /* source created by ecpg which defines this */
* symbol */ #ifndef _ECPGLIB_H
typedef decimal dec_t; typedef decimal dec_t;
#endif /* ndef _ECPGLIB_H */ #endif /* ndef _ECPGLIB_H */