]> granicus.if.org Git - postgresql/commit
Remove timetravel extension.
authorAndres Freund <andres@anarazel.de>
Fri, 28 Sep 2018 22:13:42 +0000 (15:13 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 11 Oct 2018 18:43:56 +0000 (11:43 -0700)
commit2d10defa7771931295ee804cf096fb9388472a7b
tree53ecdaeb4d89c34b0c3126182dd185037843d4dd
parent86896be60ef7ace74b7b6858588ec7fae030fefd
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
contrib/spi/Makefile
contrib/spi/timetravel--1.0.sql [deleted file]
contrib/spi/timetravel--unpackaged--1.0.sql [deleted file]
contrib/spi/timetravel.c [deleted file]
contrib/spi/timetravel.control [deleted file]
contrib/spi/timetravel.example [deleted file]
doc/src/sgml/contrib-spi.sgml
src/tools/msvc/Install.pm