pgsql: Add missing case for CustomScan.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing case for CustomScan.
Date: 2014-11-20 17:32:43
Message-ID: E1XrVb1-0008SA-RG@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing case for CustomScan.

Per KaiGai Kohei.

In passing improve formatting of some code added in commit 30d7ae3c,
because otherwise pgindent will make a mess of it.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/explain.c | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-20 18:16:19 pgsql: Remove no-longer-needed phony typedefs in genbki.h.
Previous Message Heikki Linnakangas 2014-11-20 17:19:15 Re: pgsql: Revamp the WAL record format.