Remove unnecessary use of PROCEDURAL

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove unnecessary use of PROCEDURAL
Date: 2019-02-20 14:39:21
Message-ID: 2330919b-62d9-29ac-8de3-58c024fdcb96@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I propose the attached patch to remove some unnecessary, legacy-looking
use of the PROCEDURAL keyword before LANGUAGE. We mostly don't use this
anymore, so some of these look a bit old.

There is still some use in pg_dump, which is harder to remove because
it's baked into the archive format, so I'm not touching that.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Remove-unnecessary-use-of-PROCEDURAL.patch text/plain 12.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2019-02-20 14:46:35 Re: Row Level Security − leakproof-ness and performance implications
Previous Message Alvaro Herrera 2019-02-20 14:38:25 Re: WIP: Avoid creation of the free space map for small tables