pgsql: Reformat comments about ResultRelInfo

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reformat comments about ResultRelInfo
Date: 2017-06-21 19:43:49
Message-ID: E1dNlXZ-0004YZ-9N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reformat comments about ResultRelInfo

Also add a comment on its new member PartitionRoot.

Reported-by: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/113b0045e20d40f726a0a30e33214455e4f1385e

Modified Files
--------------
src/include/nodes/execnodes.h | 80 +++++++++++++++++++++++++++----------------
1 file changed, 50 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-06-21 19:46:57 pgsql: Remove entab and associated detritus.
Previous Message Tom Lane 2017-06-21 19:36:15 pgsql: Phase 3 of pgindent updates.