Last modified: 2006-07-25 00:02:58 UTC
When the install checks for plpgsql, it saves the check result to a variable, but then ignores the variable when counting the rows. This eliminates the saving to a variable, since we don't really needed it. Also there was an extra "t" being printed when the language was not found, this typo is corrected.
Created attachment 2096 [details] optimization plus typo fix This patch fixes the two issues listed in the bug report