pgsql: Add header comments to execParallel.c and nodeGather.c.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add header comments to execParallel.c and nodeGather.c.
Date: 2015-10-22 14:44:28
Message-ID: E1ZpH6S-0005pn-M0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add header comments to execParallel.c and nodeGather.c.

Patch by me, per a note from Simon Riggs. Reviewed by Amit Kapila
and Amit Langote.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a219fa15bf802d69621e71c43d1a09515bcdc50

Modified Files
--------------
src/backend/executor/execParallel.c | 8 ++++++++
src/backend/executor/nodeGather.c | 14 ++++++++++++++
2 files changed, 22 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-22 14:53:47 pgsql: Fix a couple of bugs in recent parallelism-related commits.
Previous Message Peter Eisentraut 2015-10-22 02:33:40 pgsql: doc: Improve markup and fine-tune replication protocol documenta