summaryrefslogtreecommitdiff
path: root/contrib/cube/README.cube
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-09-14 01:52:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-09-14 01:52:25 +0000
commit03e47392e0c383ea75a1aac9294c4e0f4eb4d20f (patch)
tree0723a85e046a0c1d43df1b8b433a5ffea905fd4e /contrib/cube/README.cube
parentb38c04335a3d09265ef1ccc26cc924b4edc5c9ca (diff)
downloadpostgresql-03e47392e0c383ea75a1aac9294c4e0f4eb4d20f.tar.gz
Make contrib/cube work with flex 2.5.31. Fix it up to have a real
btree operator class, too, since in PG 7.4 you can't GROUP without one.
Diffstat (limited to 'contrib/cube/README.cube')
-rw-r--r--contrib/cube/README.cube5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/cube/README.cube b/contrib/cube/README.cube
index 42b84fb061..c4ad7b33b5 100644
--- a/contrib/cube/README.cube
+++ b/contrib/cube/README.cube
@@ -9,11 +9,6 @@ Makefile building instructions for the shared library
README.cube the file you are now reading
-buffer.c globals and buffer access utilities shared between
- the parser (cubeparse.y) and the scanner (cubescan.l)
-
-buffer.h function prototypes for buffer.c
-
cube.c the implementation of this data type in c
cube.sql.in SQL code needed to register this type with postgres