pgsql: Fix incorrect variable type in set_rel_consider_parallel().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect variable type in set_rel_consider_parallel().
Date: 2016-11-29 16:07:08
Message-ID: E1cBkw0-0006mo-Ea@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-11-29 16:09:40 pgsql: Add --no-blobs option to pg_dump
Previous Message Stephen Frost 2016-11-29 15:35:42 pgsql: Clarify pg_dump -b documentation