Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2d10def

Browse files
committed
Remove timetravel extension.
The extension depended on old types which are about to be removed. Asthe code additionally was pretty crufty and didn't provide much in theway of functionality, removing the extension seems to be the best wayforward. It's fairly trivial to write functionality in plpgsql thatmore than covers what timetravel did.Author: Andres FreundDiscussion:https://postgr.es/m/20171213080506.cwjkpcz3bkk6yz2u@alap3.anarazel.dehttps://postgr.es/m/25615.1513115237@sss.pgh.pa.us
1 parent86896be commit2d10def

File tree

8 files changed

+4
-764
lines changed

8 files changed

+4
-764
lines changed

‎contrib/spi/Makefile

Lines 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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp