Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane <tgl@sss.pgh.pa.us>
Fix incorrect variable type in set_rel_consider_parallel(). func_parallel() returns char not Oid. Harmless, but still wrong. Amit Langote
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/allpaths.c | modified | +1 −1 |