Fix core dump on root starting pg_autovacuum.
Bruce Momjian <bruce@momjian.us>
Fix core dump on root starting pg_autovacuum. Change conditionals to be more constent with our code if (const == var) => if (var == const).
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_autovacuum/pg_autovacuum.c | modified | +60 −58 |