Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l40OY-0006rU-4o for pgsql-interfaces@arkaria.postgresql.org; Mon, 25 Jan 2021 11:50:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l40OW-000756-P7 for pgsql-interfaces@arkaria.postgresql.org; Mon, 25 Jan 2021 11:50:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l40OW-00074z-JW for pgsql-interfaces@lists.postgresql.org; Mon, 25 Jan 2021 11:50:56 +0000 Received: from mail-yb1-xb30.google.com ([2607:f8b0:4864:20::b30]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1l40OU-0008BO-B1; Mon, 25 Jan 2021 11:50:55 +0000 Received: by mail-yb1-xb30.google.com with SMTP id x78so13004735ybe.11; Mon, 25 Jan 2021 03:50:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=aJJgT26wpHB/VlVwdtrTjYtbOhKYQyzG6GS3juAVFv8=; b=GquPJwd/jhBiw+PPU1WU736OHS3Lr5FrZFKuejnFrNL3ThBrgOxMT6FibDPZS/Ck9y jhP/d0KbmpjnrGAq48Rtn4+OOp3cEz7gTzh56mW7jtTWZXyOThcgrE6vM5HuWvGOGSau Ly1Qg5LK88KcWfxrjE34YQf0th5UHbVQEoCmbQHCuoW/akfvC6dLeUVHSUR4mJHmml3P opUp8b7s2Tqt7wYdkIvecPyk/QS+Fmpk+FKustRq/Ld1r20bGMkoa/1T0Ql1ppFnnEv3 FzV+mRirxIo2NzNTu+mmpTVcNYo2wr5EIkmiDMzNC2JOLoCpWJEhMLbCKxuZ4Th9Eq5/ F1mQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aJJgT26wpHB/VlVwdtrTjYtbOhKYQyzG6GS3juAVFv8=; b=g9dR5Es8RnawMSuHF2wYN688KhmVpXqDYQmh8DA6r18per+h0QEvr+9/rd1IT9r4AP mp7kfZk5swtNonJ4/FNjgVQytqrVYokQR/it5THlFU5Ri5U6phmFHD8xczloiXj2xWzy ghxxiDvr1R5yBe1uKhVie9QjIltRz4FEiNBEr2y+y7fld9MRtHoQCOiGss32Fc8UvaWE eT/IhnHpdfj43/WOhmlHvkvCd3SE0NOnhnLwBF1ulacB+vLq9CevuO/4mkPPgWjbiBq0 nvNuUNdxqmXFvbjg8fUMthPKY5FrXJSlynU2HXKF9BwR5CpatRwTMfYMGgQSDmoGhOQm i25A== X-Gm-Message-State: AOAM5305CGw2v4Zs++eBdU9NLALN4ZGVui6C5rAE0WfOLv+Ol3q5p23i MsGCI2o0BrAXXdIx4/G4oWy1BccZgEJKRBZ3P3gfklybSfY= X-Google-Smtp-Source: ABdhPJxwNFAbV6h18Q1qX+yvydHok9uO/ebpW3m0bLRfR4r9JQtqzKQNfnlUuNwEWpKuV9zNay2iSxYJQbVCxPJfCLA= X-Received: by 2002:a25:41c3:: with SMTP id o186mr82546yba.503.1611575452371; Mon, 25 Jan 2021 03:50:52 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a25:234a:0:0:0:0:0 with HTTP; Mon, 25 Jan 2021 03:50:51 -0800 (PST) In-Reply-To: <07feb633-343d-d550-722c-0acc81269020@enterprisedb.com> References: <07feb633-343d-d550-722c-0acc81269020@enterprisedb.com> From: Ashutosh Sharma Date: Mon, 25 Jan 2021 17:20:51 +0530 Message-ID: Subject: Re: #include present twice in define.pgc To: Peter Eisentraut Cc: "pgsql-interfaces@postgresql.org" , Michael Meskes Content-Type: multipart/alternative; boundary="0000000000005e0e8305b9b82624" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000005e0e8305b9b82624 Content-Type: text/plain; charset="UTF-8" thanks.! On Monday, January 25, 2021, Peter Eisentraut < peter.eisentraut@enterprisedb.com> wrote: > On 2020-09-07 15:47, Ashutosh Sharma wrote: > >> I could see that the #include statement is present twice in >> the define.pgc test file. See below: >> >> [ashu@localhost postgresql]$ head src/interfaces/ecpg/test/prepr >> oc/define.pgc >> #include >> #include >> #include >> #include >> > > fixed > --0000000000005e0e8305b9b82624 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable thanks.!

On Monday, January 25, 2021, Peter Eisentraut <peter.eisentraut@enterprisedb= .com> wrote:
On 2020-09-07 15:47, = Ashutosh Sharma wrote:
I could see that the #include <stdlib.h> statement is present twice i= n the define.pgc test file. See below:

[ashu@localhost postgresql]$ head src/interfaces/ecpg/test/preproc/def= ine.pgc
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>

fixed
--0000000000005e0e8305b9b82624--