[COMMITTERS] pgsql: Fix plpgsql so that when a local variable has no initial-value

2007-02-01 Thread Tom Lane
Log Message: --- Fix plpgsql so that when a local variable has no initial-value expression, an error will be thrown correctly if the variable is of a NOT NULL domain. Report and almost-correct fix from Sergiy Vyshnevetskiy (bug #2948). Tags: REL8_2_STABLE Modified Files:

[COMMITTERS] pgsql: Fix plpgsql so that when a local variable has no initial-value

2007-02-01 Thread Tom Lane
Log Message: --- Fix plpgsql so that when a local variable has no initial-value expression, an error will be thrown correctly if the variable is of a NOT NULL domain. Report and almost-correct fix from Sergiy Vyshnevetskiy (bug #2948). Modified Files: -- pgsql/src/pl/plpgsq