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

From Tom Lane
Subject pgsql: Remove no-longer-usable hstore--1.0--1.1.sql update script.
Date
Msg-id E1k6yfc-0007wK-N8@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove obsolete cygwin.h hack
Next
From: Noah Misch
Date:
Subject: pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU.