Clarify comments in enforce_generic_type_consistency().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e02c99bff6fcf7a14292cf99b16e4810ea89a2de
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-09-07T18:52:33Z
Releases: 13.0
Clarify comments in enforce_generic_type_consistency().

Some of the pre-existing comments were vague about whether they
referred to all polymorphic types or only the old-style ones.

Also be more consistent about using the "family 1" vs "family 2"
terminology.

Himanshu Upadhyaya and Tom Lane

Discussion: https://postgr.es/m/CAPF61jBUg9XoMPNuLpoZ+h6UZ2VxKdNt3rQL1xw1GOBwjWzAXQ@mail.gmail.com

Files

PathChange+/−
src/backend/parser/parse_coerce.c modified +10 −10

Discussion