Removed unused param isSlice of function transformAssignmentSubscripts - Mailing list pgsql-hackers

From Zhang Mingli
Subject Removed unused param isSlice of function transformAssignmentSubscripts
Date
Msg-id 0d7041ac-c704-48ad-86fd-e05feddf08ed@Spark
Whole thread Raw
Responses Re: Removed unused param isSlice of function transformAssignmentSubscripts
List pgsql-hackers
Hi, 


Param isSlice was once used to identity targetTypeId for transformAssignmentIndirection.

In commit c7aba7c14e, the evaluation was pushed down to transformContainerSubscripts.

No need to keep isSlice around transformAssignmentSubscripts.

Attach a patch to remove it.

Regards,
Zhang Mingli
Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Assertion failure in WaitForWALToBecomeAvailable state machine
Next
From: Michael Paquier
Date:
Subject: Re: Assertion failure in WaitForWALToBecomeAvailable state machine