Re: pg_catalog.pg_proc procedure has correct proargnames array, but proargtypes is empty - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_catalog.pg_proc procedure has correct proargnames array, but proargtypes is empty
Date
Msg-id 3559795.1657932898@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_catalog.pg_proc procedure has correct proargnames array, but proargtypes is empty  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: pg_catalog.pg_proc procedure has correct proargnames array, but proargtypes is empty  (Walker Philips <wphilips53@gmail.com>)
List pgsql-bugs
David Rowley <dgrowleyml@gmail.com> writes:
> Can you share which version of PostgreSQL you see this on?

Hmm ... looking more closely, it's definitely not stock PG,
because proargtypes is oidvector which would not include any
curly braces in the output.

Hard to tell what's going on exactly; seems like it could be
corrupt catalog data or faulty code modifications.  Or maybe
there's something wrong with whatever the viewing tool is?

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_catalog.pg_proc procedure has correct proargnames array, but proargtypes is empty
Next
From: Walker Philips
Date:
Subject: Re: pg_catalog.pg_proc procedure has correct proargnames array, but proargtypes is empty