pgsql: Remove timetravel extension.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove timetravel extension.
Date: 2018-10-11 19:02:53
Message-ID: E1gAgEX-0003Dz-B0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove timetravel extension.

The extension depended on old types which are about to be removed. As
the code additionally was pretty crufty and didn't provide much in the
way of functionality, removing the extension seems to be the best way
forward. It's fairly trivial to write functionality in plpgsql that
more than covers what timetravel did.

Author: Andres Freund
Discussion:
https://postgr.es/m/20171213080506.cwjkpcz3bkk6yz2u@alap3.anarazel.de
https://postgr.es/m/25615.1513115237@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d10defa7771931295ee804cf096fb9388472a7b

Modified Files
--------------
contrib/spi/Makefile | 7 +-
contrib/spi/timetravel--1.0.sql | 19 -
contrib/spi/timetravel--unpackaged--1.0.sql | 8 -
contrib/spi/timetravel.c | 553 ----------------------------
contrib/spi/timetravel.control | 5 -
contrib/spi/timetravel.example | 81 ----
doc/src/sgml/contrib-spi.sgml | 93 -----
src/tools/msvc/Install.pm | 2 +-
8 files changed, 4 insertions(+), 764 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-10-11 20:54:41 Re: pgsql: Remove deprecated abstime, reltime, tinterval datatypes.
Previous Message Andres Freund 2018-10-10 20:56:34 pgsql: Fix logical decoding error when system table w/ toast is repeate