Fix core dump on root starting pg_autovacuum.
Change conditionals to be more constent with our code if (const == var) => if (var == const).
Showing
Please register or sign in to comment
Change conditionals to be more constent with our code if (const == var) => if (var == const).