summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorPeter Eisentraut2000-07-19 22:47:13 +0000
committerPeter Eisentraut2000-07-19 22:47:13 +0000
commit6a00a7eb7261ebccc74f5d929acf5883896e0732 (patch)
treea5e5184e9983360338daea30214ad3f7672d2dbb /src/backend/bootstrap
parent32163099d7c43a0244f463eb4e525c711e6e97a3 (diff)
Don't need this anymore. It's now handled in the Makefile.
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/boot.sed9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/backend/bootstrap/boot.sed b/src/backend/bootstrap/boot.sed
deleted file mode 100644
index 8ec71025cea..00000000000
--- a/src/backend/bootstrap/boot.sed
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# lex.sed - sed rules to remove conflicts between the
-# bootstrap backend interface LEX scanner and the
-# normal backend SQL LEX scanner
-#
-# $Header: /cvsroot/pgsql/src/backend/bootstrap/Attic/boot.sed,v 1.1.1.1 1996/07/09 06:21:14 scrappy Exp $
-#
-s/^yy/Int_yy/g
-s/\([^a-zA-Z0-9_]\)yy/\1Int_yy/g