Fix comments in heapam.c.
authorAmit Kapila <akapila@postgresql.org>
Fri, 18 Sep 2020 04:10:04 +0000 (09:40 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 18 Sep 2020 04:20:44 +0000 (09:50 +0530)
commit0d32511eca5aec205cb6b609638ea67129ef6665
treeb072cd78eb2642afdcc905d4c1a48420a0045071
parente5209bf37a2752f0f7a34309ba53c210d21dbbb6
Fix comments in heapam.c.

After commits 85f6b49c2c and 3ba59ccc89, we can allow parallel inserts
which was earlier not possible as parallel group members won't conflict
for relation extension and page lock.  In those commits, we forgot to
update comments at few places.

Author: Amit Kapila
Reviewed-by: Robert Haas and Dilip Kumar
Backpatch-through: 13
Discussion: https://postgr.es/m/CAFiTN-tMrQh5FFMPx5aWJ+1gi1H6JxktEhq5mDwCHgnEO5oBkA@mail.gmail.com
src/backend/access/heap/heapam.c