Re: #include present twice in define.pgc - Mailing list pgsql-interfaces

From Peter Eisentraut
Subject Re: #include present twice in define.pgc
Date
Msg-id 07feb633-343d-d550-722c-0acc81269020@enterprisedb.com
Whole thread Raw
In response to #include present twice in define.pgc  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Responses Re: #include present twice in define.pgc
List pgsql-interfaces
On 2020-09-07 15:47, Ashutosh Sharma wrote:
> I could see that the #include <stdlib.h> statement is present twice in 
> the define.pgc test file. See below:
> 
> [ashu@localhost postgresql]$ head 
> src/interfaces/ecpg/test/preproc/define.pgc
> #include <stdlib.h>
> #include <string.h>
> #include <stdlib.h>
> #include <stdio.h>

fixed



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: Libpq: Fail connection attempt if server didn't request a password
Next
From: Ashutosh Sharma
Date:
Subject: Re: #include present twice in define.pgc