Re: [HACKERS] GSoC 2017: Foreign Key Arrays

Поиск
Список
Период
Сортировка
От Mark Rofail
Тема Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Дата
Msg-id CAJvoCus5CJtW9pdVpWjkqKYkYiO4cFnsq8TSqfPW9oOHJCFSHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
rhaas=# select oid, * from pg_opfamily where opfmethod = 2742;
 oid  | opfmethod |    opfname     | opfnamespace | opfowner
------+-----------+----------------+--------------+----------
 2745 |      2742 | array_ops      |           11 |       10
 3659 |      2742 | tsvector_ops   |           11 |       10
 4036 |      2742 | jsonb_ops      |           11 |       10
 4037 |      2742 | jsonb_path_ops |           11 |       10
(4 rows)
I am particulary intrested in array_ops but I have failed in locating the code behind it. Where is it reflected in the source code

Best Regards,
Mark Rofail 

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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] logical replication busy-waiting on a lock
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PATCH: recursive json_populate_record()