v1-0001-Fix-typo-in-1.4-1.5-pg_trm-upgrade-script.patch
text/x-patch
Filename: v1-0001-Fix-typo-in-1.4-1.5-pg_trm-upgrade-script.patch
Type: text/x-patch
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: Fix typo in 1.4--1.5 pg_trm upgrade script
| File | + | − |
|---|---|---|
| contrib/pg_trgm/pg_trgm--1.4--1.5.sql | 1 | 1 |
From 3539eb386b5f15dc3c454cef4fee210d014bd91e Mon Sep 17 00:00:00 2001 From: Julien Rouhaud <julien.rouhaud@free.fr> Date: Mon, 26 Oct 2020 11:29:45 +0800 Subject: [PATCH v1 1/2] Fix typo in 1.4--1.5 pg_trm upgrade script --- contrib/pg_trgm/pg_trgm--1.4--1.5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_trgm/pg_trgm--1.4--1.5.sql b/contrib/pg_trgm/pg_trgm--1.4--1.5.sql index 284f88d325..db122fce0f 100644 --- a/contrib/pg_trgm/pg_trgm--1.4--1.5.sql +++ b/contrib/pg_trgm/pg_trgm--1.4--1.5.sql @@ -1,4 +1,4 @@ -/* contrib/pg_trgm/pg_trgm--1.5--1.5.sql */ +/* contrib/pg_trgm/pg_trgm--1.4--1.5.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION pg_trgm UPDATE TO '1.5'" to load this file. \quit -- 2.28.0