Christopher Browne cbbrowne at ca.afilias.info
Tue Mar 13 12:23:09 PDT 2007
Joseph Shraibman <jks at selectacast.net> writes:
> I was able to solve the problem by remming out these lines:
>
> comment on function @NAMESPACE at .make_table_strict (text, text) is
> 'Equivalent to 8.1+ ALTER FUNCTION ... STRICT';
>
> Hopefully that is all I have to do.

Argh.

I ran thru tests on 7.4, 8.1, and 8.2.  And the one version of
PostgreSQL I didn't test 1.2.7 on (8.0, which, as it happens, is a
version that Afilias will ultimately never have used), there's a typo
on it :-(.

You could also fix the problem by changing that line to:

    comment on function @NAMESPACE at .make_function_strict (text, text) is

Obviously we'll need 1.2.8 sooner than later :-(.

Fixed in CVS in branches 1.1 and 1.2.  HEAD had it right already...
-- 
"cbbrowne","@","cbbrowne.com"
http://linuxfinances.info/info/lsf.html
"You're one of those condescending Unix computer users!"
"Here's a nickel, kid.  Get yourself a real computer" - Dilbert.


More information about the Slony1-general mailing list