Re: #include <stdlib.h> present twice in define.pgc

From: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: "pgsql-interfaces(at)postgresql(dot)org" <pgsql-interfaces(at)postgresql(dot)org>, Michael Meskes <meskes(at)postgresql(dot)org>
Subject: Re: #include <stdlib.h> present twice in define.pgc
Date: 2021-01-25 11:50:51
Message-ID: CAE9k0PkBQFvrHkn2zj-mWkpc9cgejXiJKK3V_HHc5sNCm3Bxig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

thanks.!

On Monday, January 25, 2021, Peter Eisentraut <
peter(dot)eisentraut(at)enterprisedb(dot)com> wrote:

> 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(at)localhost postgresql]$ head src/interfaces/ecpg/test/prepr
>> oc/define.pgc
>> #include <stdlib.h>
>> #include <string.h>
>> #include <stdlib.h>
>> #include <stdio.h>
>>
>
> fixed
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Luiz Fernandes 2021-03-09 13:40:25 How to find whether a cursor can scroll with libpq
Previous Message Peter Eisentraut 2021-01-25 08:16:12 Re: #include <stdlib.h> present twice in define.pgc