BUG #10122: proargtypes and proallargtypes are inconsistent for pg_identify_object

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2014-04-24 00:22:11 mismatching proargtypes/proallargtypes (bug #10122)
Previous Message Babar Mashkoor 2014-04-23 21:19:41 Re: BUG #10116: Unable to load more than 100 recs - trial version