summaryrefslogtreecommitdiff
path: root/databases/skytools/files/patch-sql_txid_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/skytools/files/patch-sql_txid_Makefile')
-rw-r--r--databases/skytools/files/patch-sql_txid_Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/skytools/files/patch-sql_txid_Makefile b/databases/skytools/files/patch-sql_txid_Makefile
deleted file mode 100644
index 8d95cb29256f..000000000000
--- a/databases/skytools/files/patch-sql_txid_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- sql/txid/Makefile.orig 2013-07-29 08:14:55 UTC
-+++ sql/txid/Makefile
-@@ -12,7 +12,7 @@ pg83 = $(shell test $(PGVER) "<" "8.3" && echo "false"
- pg82 = $(shell test $(PGVER) "<" "8.2" && echo "false" || echo "true")
- endif
-
--ifeq ($(pg83),true) # we have 8.3 with internal txid
-+ifeq (1,1) # we always have >= 9.4 with internal txid
-
- # install empty txid.sql
- DATA_built = txid.sql