Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d10def

Browse filesBrowse files
committed
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
1 parent 86896be commit 2d10def
Copy full SHA for 2d10def

File tree

Expand file treeCollapse file tree

8 files changed

+4
-764
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+4
-764
lines changed

‎contrib/spi/Makefile

Copy file name to clipboardExpand all lines: contrib/spi/Makefile
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# contrib/spi/Makefile
22

3-
MODULES = autoinc insert_username moddatetime refint timetravel
3+
MODULES = autoinc insert_username moddatetime refint
44

5-
EXTENSION = autoinc insert_username moddatetime refint timetravel
5+
EXTENSION = autoinc insert_username moddatetime refint
66

77
DATA = autoinc--1.0.sql autoinc--unpackaged--1.0.sql \
88
insert_username--1.0.sql insert_username--unpackaged--1.0.sql \
99
moddatetime--1.0.sql moddatetime--unpackaged--1.0.sql \
10-
refint--1.0.sql refint--unpackaged--1.0.sql \
11-
timetravel--1.0.sql timetravel--unpackaged--1.0.sql
10+
refint--1.0.sql refint--unpackaged--1.0.sql
1211
PGFILEDESC = "spi - examples of using SPI and triggers"
1312

1413
DOCS = $(addsuffix .example, $(MODULES))

‎contrib/spi/timetravel--1.0.sql

Copy file name to clipboardExpand all lines: contrib/spi/timetravel--1.0.sql
-19Lines changed: 0 additions & 19 deletions
This file was deleted.

‎contrib/spi/timetravel--unpackaged--1.0.sql

Copy file name to clipboardExpand all lines: contrib/spi/timetravel--unpackaged--1.0.sql
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.