Re: [PATCH] Log crashed backend's query v2

Поиск
Список
Период
Сортировка
От Florian Pflug
Тема Re: [PATCH] Log crashed backend's query v2
Дата
Msg-id DA1F08F4-5A1F-4BD4-9120-49C52786A572@phlo.org
обсуждение исходный текст
Ответ на [PATCH] Log crashed backend's query v2  (Marti Raudsepp <marti@juffo.org>)
Ответы Re: [PATCH] Log crashed backend's query v2
Список pgsql-hackers
On Sep28, 2011, at 00:19 , Marti Raudsepp wrote:
> (I'm still not sure what "adt" means)

I always assumed it stood for "abstract data type". Most of the files in this directory seem to correspond to an
SQL-leveldata type like intX, varchar, tsquery, ..., and contain the I/O functions for that type, plus some supporting
operationsand functions. 

Over time, it seems that this directory was also used for SQL-level functions not directly related to a single type,
likewindowfuncs.c and pgstatfuncs.c. The fact that ri_triggers.c lives there also might be a relict from times where
you'dcreate FK constraint with CREATE CONSTRAINT TRIGGER and specified one of the functions from ri_triggers.c as the
procedureto execute. 

best regards,
Florian Pflug



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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: Hot Backup with rsync fails at pg_clog if under load
Следующее
От: Steve Singer
Дата:
Сообщение: Re: Online base backup from the hot-standby