Thread: pgsql: Fix incorrect variable type in set_rel_consider_parallel().

pgsql: Fix incorrect variable type in set_rel_consider_parallel().

From
Tom Lane
Date:
Fix incorrect variable type in set_rel_consider_parallel().

func_parallel() returns char not Oid.  Harmless, but still wrong.

Amit Langote

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d6c8b34e956864d52780f0db9f8cfe3b2f4411b0

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)