Opened 5 years ago

Closed 2 years ago

#4457 closed defect (fixed)

createlang stop calling it

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 2.5.6
Component: build Version: master
Keywords: Cc:

Description

Our script seems to still insist on calling createlang. I presume to install plpgsql. When was the last time PostgreSQL databases didn't come with plpgsql preinstalled? I can't remember.

Even then the easier way would be to

CREATE EXTENSION IF NOT EXISTS plpgsq

Change History (4)

comment:1 by robe, 5 years ago

Resolution: fixed
Status: newclosed

In 17604:

Stop trying to run createlang — plpgsql is always installed
Closes #4457

comment:2 by robe, 2 years ago

Milestone: PostGIS 3.0.0PostGIS 2.5.6

comment:3 by robe, 2 years ago

Resolution: fixed
Status: closedreopened

I'm patching this for 2.5.6 cause I can't regress with postgresql 12 (my windows doesn't have createlang anymore

comment:4 by Regina Obe <lr@…>, 2 years ago

Resolution: fixed
Status: reopenedclosed

In ad33394/git:

Items

  1. Stop trying to createlang in regress. Closes #4457 for PostGIS 2.5.6
  2. Regress cleanly with GEOS 3.9. Closes #5086
Note: See TracTickets for help on using tickets.