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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a3554b2d718520cbd16c13ff5c9f2e8257846170 Modified Files -------------- src/backend/catalog/heap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
