Re: useless argument of ATAddForeignKeyConstraint

2021-05-05 Thread Alvaro Herrera
On 2019-Feb-14, Amit Langote wrote: > While reviewing the foreign keys referencing partitioned tables patch, I > noticed that the parentConstr argument of ATAddForeignConstraint is > rendered useless by the following commit: > Maybe remove that argument in HEAD ? Attached a patch. Indeed -- two

useless argument of ATAddForeignKeyConstraint

2019-02-14 Thread Amit Langote
Hi, While reviewing the foreign keys referencing partitioned tables patch, I noticed that the parentConstr argument of ATAddForeignConstraint is rendered useless by the following commit: commit 0325d7a5957ba39a0dce90835ab54a08ab8bf762 Author: Alvaro Herrera Date: Fri Jan 18 14:49:40 2019 -0300