Re: [HACKERS] [Proposal]: Extends VisualStudio to automaticallyprecompile EmbeddedSQL

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] [Proposal]: Extends VisualStudio to automaticallyprecompile EmbeddedSQL
Дата
Msg-id CAB7nPqS7thXoSz_uhcy+HhL1B0gGxwO6a5NOso_8Pg3CQQU5fA@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] [Proposal]: Extends VisualStudio to automatically precompileEmbeddedSQL  (zosrothko <zosrothko@orange.fr>)
Ответы Re: [HACKERS] [Proposal]: Extends VisualStudio to automaticallyprecompile EmbeddedSQL  (zosrothko <zosrothko@orange.fr>)
Re: [HACKERS] [Proposal]: Extends VisualStudio to automaticallyprecompile EmbeddedSQL  (zosrothko <zosrothko@orange.fr>)
Re: [HACKERS] [Proposal]: Extends VisualStudio to automaticallyprecompile EmbeddedSQL  (Francis ANDRE <francis.andre.kampbell@orange.fr>)
Список pgsql-hackers
On Tue, May 2, 2017 at 6:35 PM, zosrothko <zosrothko@orange.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.
-- 
Michael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: [HACKERS] Bug in prepared statement cache invalidation?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Regarding B-Tree Lookup