Fix comment in heap.c

Michael Paquier <michael@paquier.xyz>

Commit: a3554b2d718520cbd16c13ff5c9f2e8257846170
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-06-24T06:14:04Z
Releases: 14.0
Fix comment in heap.c

The description of InsertPgAttributeTuple() does not match its handling
of pg_attribute contents with NULL values for a long time, with 911e702
making things more inconsistent.  This adjusts the description to match
the reality.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/4E4E4B33-9FDF-4D21-B77A-642D027AEAD9@yesql.se

Files

PathChange+/−
src/backend/catalog/heap.c modified +2 −2

Discussion