pgsql: Remove StoreSingleInheritance reimplementation

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove StoreSingleInheritance reimplementation
Date: 2021-03-25 13:50:29
Message-ID: E1lPQNZ-0007K2-KU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove StoreSingleInheritance reimplementation

I introduced this duplicate code in commit 8b08f7d4820f for no good
reason. Remove it, and backpatch to 11 where it was introduced.

Author: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>

Branch
------
master

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

Modified Files
--------------
src/backend/commands/indexcmds.c | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-03-25 18:15:19 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Previous Message Peter Eisentraut 2021-03-25 09:24:39 pgsql: Rename a parse node to be more general