pgsql: Remove extra check_stack_depth() from dropconstraint_internal() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Remove extra check_stack_depth() from dropconstraint_internal()
Date
Msg-id E1rcapz-0005Yl-QF@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: improve explanation of type interval, especially extract().
Next
From: Michael Paquier
Date:
Subject: pgsql: Add option force_initdb to PostgreSQL::Test::Cluster:init()