Re: [Proposal]: Extends VisualStudio to automatically precompile EmbeddedSQL

From: zosrothko <zosrothko(at)orange(dot)fr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Proposal]: Extends VisualStudio to automatically precompile EmbeddedSQL
Date: 2017-05-07 13:52:56
Message-ID: 0348d7ad-41fc-593d-3989-6ea86676af64@orange.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le 02/05/2017 à 13:22, Michael Paquier a écrit :
> On Tue, May 2, 2017 at 6:35 PM, zosrothko <zosrothko(at)orange(dot)fr> wrote:
>> Hi
>>
>> I made an extension of VisualStudio that precompiles automaticaly C or
>> C++ source with PostgreSQL Embedded SQL. The extension is made of the 3
>> files joined and I have no idea where they should be placed in the
>> PostgreSQL source tree.
>>
>> Anybody interested in pushing this extension?
> The PostgreSQL uses a set of scripts in src/tools/msvc/ to generate
> things compiled with visual studio, so instinctively you would be
> looking at working on that. Honestly, just by looking at the files you
> are proposing, it is hard to make an idea of why this would be useful
> for ECPG, and please note as well that there are guidelines for
> submitting patches:
> https://wiki.postgresql.org/wiki/Submitting_a_Patch
>
> The source code of ecpg is located in src/interfaces/ecpg by the way.
> If you are interested to work on it, that's the place where to look at
> first.
I need to add those three files in the distribution process for Windows.
Where should go those files?

1. in C:\Program Files (x86)\PostgreSQL\9.5\bin
2. or should I put those files in a share/contrib directory?

Where is located the installation builder files to change for putting
those files in the Windows distribution?

Zos

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-05-07 15:54:48 Re: statement_timeout is not working as expected with postgres_fdw
Previous Message Francis ANDRE 2017-05-07 13:47:56 Re: [Proposal]: Extends VisualStudio to automatically precompile EmbeddedSQL