mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
Make sure ecpg uses the same header files in the same order as the backend.
This commit is contained in:
parent
4d17a2146c
commit
d6166a5d7e
2 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
|||
#line 1 "nan_test.pgc"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <pgtypes_numeric.h>
|
||||
#include <decimal.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <pgtypes_numeric.h>
|
||||
#include <decimal.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue