8.0.0 beta 2, void type

From: Nick Hajek <Nick(dot)Hajek(at)Vishay(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: 8.0.0 beta 2, void type
Date: 2004-09-14 13:13:28
Message-ID: 1095167608.4146ee7815d3d@webmail.vishay.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have moved a DB from 7.4.3 to 8.0.0b2 for testing and am experiencing some
problems with the void type within pl functions. I am calling a function which
returns a void from within another function and have defined a variable of type
void to catch the returned value. This worked fine in 7.4.x but when executed
in 8 generates a "variable has pseudo-type void" error. Is this a bug or a
change in functionality? Is there a workaround short of rewritting all
functions to return a non-void value?

thanks,

Nick

Browse pgsql-general by date

  From Date Subject
Next Message MaRCeLO PeReiRA 2004-09-14 13:47:13 Grant
Previous Message Peter Eisentraut 2004-09-14 12:47:14 Re: PG case sensitivity