[HACKERS] What is the point of setrefs.c's is_converted_whole_row_reference? - Mailing list pgsql-hackers

From Tom Lane
Subject [HACKERS] What is the point of setrefs.c's is_converted_whole_row_reference?
Date
Msg-id 4592.1508439365@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] What is the point of setrefs.c's is_converted_whole_row_reference?
List pgsql-hackers
AFAICS, setrefs.c's special treatment of "converted whole row references"
is completely pointless.  Why aren't they just treated by the regular
"non var" code paths, thus saving code space and cycles?
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Eric Radman
Date:
Subject: Re: [HACKERS] [PATCH] Add recovery_min_apply_delay_reconnectrecovery option
Next
From: Nico Williams
Date:
Subject: Re: [HACKERS] [PATCH] Add ALWAYS DEFERRED option for constraints