diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-15 12:04:19 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-15 12:04:19 -0400 |
| commit | d4d443b3bbbb3eb9cdc511564ef3c57fde7dd3ac (patch) | |
| tree | 210e00bd071f3625c444fc9f0f4b4a68eaff6521 /contrib/hstore/Makefile | |
| parent | 53095b5fe650270118bc2ab77416d08e19472cd3 (diff) | |
| download | postgresql-d4d443b3bbbb3eb9cdc511564ef3c57fde7dd3ac.tar.gz | |
Remove no-longer-usable hstore--1.0--1.1.sql update script.
Since commit 865f14a2d made "=>" unusable as an operator name,
it's been impossible either to install hstore 1.0 or to execute
this update script. There's not much point in continuing
to ship it.
Discussion: https://postgr.es/m/653936.1597431032@sss.pgh.pa.us
Diffstat (limited to 'contrib/hstore/Makefile')
| -rw-r--r-- | contrib/hstore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index 872ca03cd1..72376d9007 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -15,7 +15,7 @@ DATA = hstore--1.4.sql \ hstore--1.5--1.6.sql \ hstore--1.4--1.5.sql \ hstore--1.3--1.4.sql hstore--1.2--1.3.sql \ - hstore--1.1--1.2.sql hstore--1.0--1.1.sql + hstore--1.1--1.2.sql PGFILEDESC = "hstore - key/value pair data type" HEADERS = hstore.h |
