Remove redundant variable from transformCreateStmt

From: Amul Sul <sulamul(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove redundant variable from transformCreateStmt
Date: 2021-04-15 11:34:08
Message-ID: CAAJ_b94HaNcrPVREUuB9-qUn2uB+gfcoX3FG_Vx0S6aFse+yhw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached patch removes "is_foreign_table" from transformCreateStmt()
since it already has cxt.isforeign that can serve the same purpose.

Regards,
Amul

Attachment Content-Type Size
remove_redundant_var.patch application/x-patch 805 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Ladhe 2021-04-15 11:43:33 Re: Remove redundant variable from transformCreateStmt
Previous Message Amit Kapila 2021-04-15 11:25:37 Re: Truncate in synchronous logical replication failed