Re: The mysterious pg_proc.protrftypes

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Joel Jacobson" <joel@compiler.org>
Cc: "Pavel Stehule" <pavel.stehule@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-01-25T18:05:35Z
Lists: pgsql-hackers
"Joel Jacobson" <joel@compiler.org> writes:
> Attached patch adds "(references pg_type.oid)" to the documentation for pg_proc.protrftypes.

Agreed, pushed.  I also stumbled over a backend core dump while
testing it :-(.  So this whole area seems a bit spongy ...

			regards, tom lane



Commits

  1. Fix broken ruleutils support for function TRANSFORM clauses.

  2. Doc: improve documentation of pg_proc.protrftypes.