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 1l3yGa-0001Wp-2g for pgsql-interfaces@arkaria.postgresql.org; Mon, 25 Jan 2021 09:34:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l3yGY-0003vT-Qh for pgsql-interfaces@arkaria.postgresql.org; Mon, 25 Jan 2021 09:34:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l3x2r-0004g7-Oc for pgsql-interfaces@lists.postgresql.org; Mon, 25 Jan 2021 08:16:21 +0000 Received: from forward3-smtp.messagingengine.com ([66.111.4.237]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l3x2m-0000JA-Mk; Mon, 25 Jan 2021 08:16:20 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailforward.nyi.internal (Postfix) with ESMTP id 5B0131955FBB; Mon, 25 Jan 2021 03:16:15 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Mon, 25 Jan 2021 03:16:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=rxH9gd3jcgCurpJd4e2y8HQu5hoWrX5HUxlmheM3y Eo=; b=SA/Wfb2v2ZrPrrE7sUrhrS9sEfZ3lpa1S8tVu4Nkc0A0VH9DE2f40Sdvw o7tu/etStDAV9vYZUs/AmxEUXhmgVT/kNnrHYSFHYk0SVdQNoWXu5UKl3v/l0h7V nk+mVOwndTr1h79UOD7MLl5oHXFeCSQHZPeRtZdxosKyAvmEbH4XS7Y1q0+gNAiD Km03sX5mlV0kU1y3+jYpkz5ZSagbGpOkgMVKp6tU408yx+BaQpCA4nsWR0h16y1U OvFNNFN7lbuuze+CRPWDqoRjK/kzUpJvRWUXkcr7ekPjWQheqYYlhDwAPRBK7LWT J57UjKjEaJeRJAnPbKFSM4InPA+yQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddvgdduudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepuffvfhfhohfkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehheeijefgvefhvdeh leekueevhfehhedvheetgffhteefgeeggfevjeejfffgvdenucfkphepkeejrddujeejrd eiledrudegtdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtoh hm X-ME-Proxy: Received: from april.pezone.net (p57b1458c.dip0.t-ipconnect.de [87.177.69.140]) by mail.messagingengine.com (Postfix) with ESMTPA id 570771080059; Mon, 25 Jan 2021 03:16:14 -0500 (EST) Subject: Re: #include present twice in define.pgc To: Ashutosh Sharma , pgsql-interfaces@postgresql.org References: Cc: Michael Meskes From: Peter Eisentraut Organization: EnterpriseDB Message-ID: <07feb633-343d-d550-722c-0acc81269020@enterprisedb.com> Date: Mon, 25 Jan 2021 09:16:12 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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/preproc/define.pgc > #include > #include > #include > #include fixed