Remove redundant variable from transformCreateStmt - Mailing list pgsql-hackers

From Amul Sul
Subject Remove redundant variable from transformCreateStmt
Date
Msg-id CAAJ_b94HaNcrPVREUuB9-qUn2uB+gfcoX3FG_Vx0S6aFse+yhw@mail.gmail.com
Whole thread Raw
Responses Re: Remove redundant variable from transformCreateStmt  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
Re: Remove redundant variable from transformCreateStmt  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Truncate in synchronous logical replication failed
Next
From: Jeevan Ladhe
Date:
Subject: Re: Remove redundant variable from transformCreateStmt