pgsql: Clarify comments in enforce_generic_type_consistency(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Clarify comments in enforce_generic_type_consistency().
Date
Msg-id E1kFMFu-0003g9-MS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e02c99bff6fcf7a14292cf99b16e4810ea89a2de

Modified Files
--------------
src/backend/parser/parse_coerce.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Refactor pg_get_line() to expose an alternative StringInfo-based
Next
From: Jeff Davis
Date:
Subject: pgsql: Adjust cost model for HashAgg that spills to disk.