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

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Cc: Michael Meskes <meskes(at)postgresql(dot)org>
Subject: Re: #include <stdlib.h> present twice in define.pgc
Date: 2021-01-25 08:16:12
Message-ID: 07feb633-343d-d550-722c-0acc81269020@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)localhost postgresql]$ head
> src/interfaces/ecpg/test/preproc/define.pgc
> #include <stdlib.h>
> #include <string.h>
> #include <stdlib.h>
> #include <stdio.h>

fixed

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ashutosh Sharma 2021-01-25 11:50:51 Re: #include <stdlib.h> present twice in define.pgc
Previous Message Tom Lane 2021-01-15 23:21:18 Re: Libpq: Fail connection attempt if server didn't request a password