Thread: BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object

BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object

From
mike@aquameta.com
Date:
The following bug has been logged on the website:

Bug reference:      10122
Logged by:          Michael Trinque
Email address:      mike@aquameta.com
PostgreSQL version: 9.3.4
Operating system:   Ubuntu 14.04
Description:

pg_identify_object's second parameter is listed as an integer in
proallargtypes. It should be 26 (oid).

Steps to reproduce:
select proargtypes, proallargtypes from pg_proc where proname =
'pg_identify_object';
mike@aquameta.com writes:
> pg_identify_object's second parameter is listed as an integer in
> proallargtypes. It should be 26 (oid).

Dealt with, thanks for the report!

            regards, tom lane