pgsql: Remove unused argument of ATAddForeignConstraint

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused argument of ATAddForeignConstraint
Date: 2021-05-05 16:33:07
Message-ID: E1leKSR-0002fu-Qo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused argument of ATAddForeignConstraint

Commit 0325d7a5957b made this unused but forgot to remove it. Do so now.

Author: Amit Langote <amitlangote09(at)gmail(dot)com>
Discussion: https://postgr.es/m/209c99fe-b9a2-94f4-cd68-a8304186a09e@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c250062df42ffd3e252471f6205bfb6cbef67b7b

Modified Files
--------------
src/backend/commands/tablecmds.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-05-06 03:09:01 pgsql: Tighten the concurrent abort check during decoding.
Previous Message Alvaro Herrera 2021-05-05 16:23:13 pgsql: Have ALTER CONSTRAINT recurse on partitioned tables