Fix two oversights from 9ebe0572 which refactored cluster_rel
Michael Paquier <michael@paquier.xyz>
Fix two oversights from 9ebe0572 which refactored cluster_rel The recheck option became a no-op as ClusterOption failed to set proper values for each element. There was a second code path where local options got overwritten. Both issues have been spotted by Coverity.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuum.c | modified | +3 −3 |
| src/include/nodes/parsenodes.h | modified | +2 −2 |