Re: contrib/dblink regression test failure fix - Mailing list pgsql-patches

From Tom Lane
Subject Re: contrib/dblink regression test failure fix
Date
Msg-id 29537.1032804713@sss.pgh.pa.us
Whole thread Raw
In response to Re: contrib/dblink regression test failure fix  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> Here is a revised patch. This uses an int4 input with a bit of checking to be
> sure the given value fits in an int2 variable. This seemed the easiest and
> safest approach. Please apply if there are no objections.

Okay, patch applied --- I figured we'd better fast-track this into
beta2, since otherwise people might have a problem upgrading later.

            regards, tom lane

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: contrib/dblink regression test failure fix
Next
From: Jan Wieck
Date:
Subject: Re: Implementation of LIMIT on DELETE and UPDATE statements