Remove unnecessary use of PROCEDURAL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Remove unnecessary use of PROCEDURAL
Date
Msg-id 2330919b-62d9-29ac-8de3-58c024fdcb96@2ndquadrant.com
Whole thread Raw
Responses Re: Remove unnecessary use of PROCEDURAL  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List 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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: WIP: Avoid creation of the free space map for small tables
Next
From: Joe Conway
Date:
Subject: Re: Row Level Security − leakproof-ness and performance implications