BUG #1644: control structeres perfomance in pgsql

Поиск
Список
Период
Сортировка
От tirny
Тема BUG #1644: control structeres perfomance in pgsql
Дата
Msg-id 20050503185659.8ABA7F0B06@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1644: control structeres perfomance in pgsql
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1644
Logged by:          tirny
Email address:      tirny@mail.ru
PostgreSQL version: 7.4.7
Operating system:   FreeBSD 5.3
Description:        control structeres perfomance in pgsql
Details:

for example, look at this code:

any code instructions
***
IF FOUND AND TG_OP = 'UPDATE' THEN
***
END IF;
***

if not found plsql does't break this structure after IF FOUND and proceed
TG_OP = \'UPDATE\', what bring control structures to:
IF FOUND THEN
  IF TG_OP = 'UPDATE' THEN
   ***
  END IF;
END IF;

inconveniently, isn't it?

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

Предыдущее
От: "Joek Hondius"
Дата:
Сообщение: BUG #1641: Server crash at 182 connections
Следующее
От: "Boris van Schooten"
Дата:
Сообщение: BUG #1643: dbf2pg broken + quick fix