pgsql: Remove extra check_stack_depth() from dropconstraint_internal()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove extra check_stack_depth() from dropconstraint_internal()
Date: 2024-02-21 00:51:53
Message-ID: E1rcapz-0005Yl-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove extra check_stack_depth() from dropconstraint_internal()

The second check was added by d57b7cc33 without taking into account there
is already a check since b0f7dd915.

Reported-by: Ashutosh Bapat, Alexander Lakhin
Discussion: https://postgr.es/m/CAExHW5sBZWDjeBUFs_ehEDM%2BuhWxTiBkPbLiat7ZjWkb-DWQWw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75bcba6cbd2a6f62752d7917d9a3c0a52f8605c9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-02-21 04:30:01 pgsql: Add option force_initdb to PostgreSQL::Test::Cluster:init()
Previous Message Tom Lane 2024-02-20 19:35:29 pgsql: Doc: improve explanation of type interval, especially extract().