Re: GSoC 2017: Foreign Key Arrays

From: Mark Rofail <markm(dot)rofail(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Alvaro Herrera <alvaro(dot)herrera(at)2ndquadrant(dot)com>, David Steele <david(at)pgmasters(dot)net>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: GSoC 2017: Foreign Key Arrays
Date: 2017-05-29 23:18:40
Message-ID: CAJvoCus5CJtW9pdVpWjkqKYkYiO4cFnsq8TSqfPW9oOHJCFSHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-05-29 23:31:45 Re: PATCH: recursive json_populate_record()
Previous Message Petr Jelinek 2017-05-29 21:49:33 Re: logical replication busy-waiting on a lock