pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for

From: joe(at)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for
Date: 2009-01-03 19:58:10
Message-ID: 20090103195810.4DB8C754A04@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.60.2.3 -> r1.60.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.60.2.3&r2=1.60.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-03 20:03:08 pgsql: Allow loadable modules to create PGC_POSTMASTER GUC variables,
Previous Message Joe Conway 2009-01-03 19:57:54 pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for