Silence compiler warnings about possibly unset variables.
They are in fact set in every case where they are needed, but the compiler doesn't know that. Per gripe from Tom Lane.
Showing
Please register or sign in to comment
They are in fact set in every case where they are needed, but the compiler doesn't know that. Per gripe from Tom Lane.