I have the following in my postgresql.conf
custom_variable_classes = 'pljava'
pljava.classpath = 'C:\\Tada\\Workspace\\org.postgresql.pljava\\build\\pljava.jar'
It worked fine with 8.0.0beta2. The beta4 however, gives me the following message:
FATAL: unrecognized configuration parameter "pljava.classpath"
What happened?
> Ah, I see what's wrong. It's in the guc_file.l
Previously, the "custom_variable_classes" was *set* first of all variables. Now, it's moved first in the linked list and then *tested* first of all. Subsequent tests of custom variables will of course then fail since the custom_variable_classes has not been set.
Perhaps this change could be reverted? Or perhaps someone has other preferences on implementation?
Regards, Thomas Hallgren
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster