Thinko in set_rel_consider_parallel() - Mailing list pgsql-hackers

From Amit Langote
Subject Thinko in set_rel_consider_parallel()
Date
Msg-id 382c1b76-1122-65ba-d069-b362b17851d7@lab.ntt.co.jp
Whole thread Raw
Responses Re: Thinko in set_rel_consider_parallel()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The following looks like a thinko, which fixed in attached:

-                Oid         proparallel = func_parallel(...
+                char        proparallel = func_parallel(...

Thanks,
Amit

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Mention column name in error messages
Next
From: Amit Kapila
Date:
Subject: Re: UNDO and in-place update