Oleksiy Shchukin wrote:
> The following bug has been logged online:
>
> Bug reference: 4599
> Logged by: Oleksiy Shchukin
> Email address: Oleksiy.Shchukin@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