pgsql: Add header comments to execParallel.c and nodeGather.c. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add header comments to execParallel.c and nodeGather.c.
Date
Msg-id E1ZpH6S-0005pn-M0@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Improve markup and fine-tune replication protocol documenta
Next
From: Robert Haas
Date:
Subject: pgsql: Fix a couple of bugs in recent parallelism-related commits.