Removed unused param isSlice of function transformAssignmentSubscripts

From: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Removed unused param isSlice of function transformAssignmentSubscripts
Date: 2022-09-13 03:35:37
Message-ID: 0d7041ac-c704-48ad-86fd-e05feddf08ed@Spark
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
vn-0001-Removed-unused-param-isSlice.patch application/octet-stream 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-09-13 04:10:36 Re: Assertion failure in WaitForWALToBecomeAvailable state machine
Previous Message Noah Misch 2022-09-13 03:22:56 Re: Assertion failure in WaitForWALToBecomeAvailable state machine