Oleksiy Shchukin wrote:
The following bug has been logged online:

Bug reference:      4599
Logged by:          Oleksiy Shchukin
Email address:      oleksiy.shchu...@globallogic.com
PostgreSQL version: 8.3.5
Operating system:   all
Description:        bugfix for contrib/dblink module

[snip]

dblink.c fix
------------
In dblink.c:785 2nd argument for dblink_get_result(text,bool) is referenced
as 'PG_GETARG_BOOL(2)', must be 'PG_GETARG_BOOL(1)'.

This looks like a correct assessment. Will fix...

Thanks!

Joe

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

Reply via email to