On 11.09.2019 1:14, Tomas Vondra wrote:

BTW, is there a place where we actually verify the signature of the new am
proc? Because I only see code like this:

+    case OPCLASS_OPTIONS_PROC:
+        ok = true;
+        break;

in all "validate" functions.


See assignProcTypes() at src/backend/commands/opclasscmds.c

--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Reply via email to