Use of CREATE OR REPLACE in bloom--1.0.sql

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Use of CREATE OR REPLACE in bloom--1.0.sql
Date: 2016-06-14 10:44:17
Message-ID: 575FE001.4030003@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I do not think that extension SQL scripts should be using CREATE OR
REPLACE FUNCTION like bloom--1.0.sql currently does. I suspect that this
might just be a typo.

I have attached the tiny patch which fixes this.

Andreas

Attachment Content-Type Size
bloom-corfunc-v1.patch text/x-patch 335 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2016-06-14 11:10:01 Re: Rename max_parallel_degree?
Previous Message Andreas Karlsson 2016-06-14 10:37:18 Re: Parallel safety tagging of extension functions