BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object

Started by Nonamealmost 12 years ago2 messagesbugs
Jump to latest
#1Noname
mike@aquameta.com

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';

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: BUG #10122: proargtypes and proallargtypes are inconsistent for 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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs