print_path is missing GatherMerge and CustomScan support

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: print_path is missing GatherMerge and CustomScan support
Date: 2018-07-18 05:35:23
Message-ID: CAD21AoBQMLoc=ohH-oocuAPsELrmk8_EsRJjOyR8FQLZkbE0wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While debugging planner I realized that print_path() function is not
aware of both GatherMerge path and CustomScan path. Attached small
patch fixes it.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
fix_print_path.patch application/octet-stream 834 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2018-07-18 05:41:52 Re: [Patch] Checksums for SLRU files
Previous Message Andrey Borodin 2018-07-18 05:06:18 Re: GSOC 2018 Project - A New Sorting Routine