pgsql: Remove no-longer-usable hstore--1.0--1.1.sql update script.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove no-longer-usable hstore--1.0--1.1.sql update script.
Date: 2020-08-15 16:04:36
Message-ID: E1k6yfc-0007wK-N8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4d443b3bbbb3eb9cdc511564ef3c57fde7dd3ac

Modified Files
--------------
contrib/hstore/Makefile | 2 +-
contrib/hstore/hstore--1.0--1.1.sql | 7 -------
2 files changed, 1 insertion(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2020-08-15 17:20:14 pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU.
Previous Message Peter Eisentraut 2020-08-15 09:34:58 pgsql: Remove obsolete cygwin.h hack