RE: Is PREPARE of ecpglib thread safe?

Поиск
Список
Период
Сортировка
От kuroda.hayato@fujitsu.com
Тема RE: Is PREPARE of ecpglib thread safe?
Дата
Msg-id OSAPR01MB20048298F882D25897C6AB23F5EF0@OSAPR01MB2004.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на RE: Is PREPARE of ecpglib thread safe?  ("Kuroda, Hayato" <kuroda.hayato@jp.fujitsu.com>)
Список pgsql-hackers
Dear all,

I apologize for my late reply.
I realized that the current implementation could not imitate the oracle's precompiler.
The attached example can be accepted by both precompilers, but building the c file made by ecpg fails.

For handling this source, we have to refactor some sources related with DECLARE STATEMENT.
My draft amendment is converting the sentence from executable to declarative, that is:

* change to operate only if a pgc file is precompiled
* remove related code from ecpglib directory

In this case, the namespace of a SQL identifier is file independent, and
sources becomes more simple.

I will start making patches.
Do you have any comments or suggestions?


Best Regards.
Hayato Kuroda
Fujitsu LIMITED




Вложения

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

Предыдущее
От: "Iwata, Aya"
Дата:
Сообщение: RE: libpq debug log
Следующее
От: "Tsunakawa, Takayuki"
Дата:
Сообщение: RE: [PATCH] Speedup truncates of relation forks