]> granicus.if.org Git - postgresql/commit
Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)
authorJoe Conway <mail@joeconway.com>
Sat, 3 Jan 2009 19:58:10 +0000 (19:58 +0000)
committerJoe Conway <mail@joeconway.com>
Sat, 3 Jan 2009 19:58:10 +0000 (19:58 +0000)
commite4dcb11ead8f4109f2b97aaef93807f1fcba818f
treef267c50bb982be463a9ae0f5b6dc55489f1dbbda
parente581c04879832e371c322b331a6fad41ffca6916
Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)
is PG_GETARG_BOOL(2), should be PG_GETARG_BOOL(1).

Apply simple fix to back branches only. More extensive change to be applied
to head per Tom's suggestion.
contrib/dblink/dblink.c