Remove unnecessary relabel stripping - Mailing list pgsql-hackers

From Richard Guo
Subject Remove unnecessary relabel stripping
Date
Msg-id CAMbWs4_3_D2J5XxOuw68hvn0-gJsw9FXNSGcZka9aTymn9UJ8A@mail.gmail.com
Whole thread Raw
Responses Re: Remove unnecessary relabel stripping  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
Hi hackers,

Per discussion in [1], we don't need to strip relabel for the expr
explicitly before calling pull_varnos() to retrieve all mentioned
relids. pull_varnos() would recurse into T_RelabelType nodes.

Add a patch to remove that and simplify the code a bit.


Thanks
Richard
Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Next
From: Dilip Kumar
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions