BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object

Lists: pgsql-bugs
From: mike(at)aquameta(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object
Date: 2014-04-23 23:01:53
Message-ID: 20140423230153.2714.23823@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 10122
Logged by: Michael Trinque
Email address: mike(at)aquameta(dot)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';


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mike(at)aquameta(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object
Date: 2014-04-24 01:30:39
Message-ID: 15448.1398303039@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

mike(at)aquameta(dot)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