pgsql: Refactor DROP LANGUAGE grammar

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor DROP LANGUAGE grammar
Date: 2020-06-11 09:31:53
Message-ID: E1jjJYv-0006bs-7S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor DROP LANGUAGE grammar

Fold it into the generic DropStmt.

Discussion: https://www.postgresql.org/message-id/flat/163c00a5-f634-ca52-fc7c-0e53deda8735%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fbd4bb6f494dd70cc5075536a754261853de167

Modified Files
--------------
src/backend/parser/gram.y | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-06-11 09:52:46 pgsql: Fix typos.
Previous Message Michael Paquier 2020-06-11 06:49:16 pgsql: Move frontend-side archive APIs from src/common/ to src/fe_utils