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

Commit03e4739

Browse files
committed
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.
1 parentb38c043 commit03e4739

File tree

9 files changed

+221
-424
lines changed

9 files changed

+221
-424
lines changed

‎contrib/cube/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# $Header: /cvsroot/pgsql/contrib/cube/Makefile,v 1.9 2003/05/1403:27:21 tgl Exp $
1+
# $Header: /cvsroot/pgsql/contrib/cube/Makefile,v 1.10 2003/09/1401:52:25 tgl Exp $
22

33
subdir = contrib/cube
44
top_builddir = ../..
55
include$(top_builddir)/src/Makefile.global
66

77
MODULE_big = cube
8-
OBJS= cube.o cubeparse.o buffer.o
8+
OBJS= cube.o cubeparse.o
99

1010
DATA_built = cube.sql
1111
DOCS = README.cube
@@ -28,7 +28,7 @@ endif
2828

2929
cubescan.c: cubescan.l
3030
ifdefFLEX
31-
$(FLEX) $(FLEXFLAGS) -Pcube_yy -o'$@' $<
31+
$(FLEX) $(FLEXFLAGS) -o'$@' $<
3232
else
3333
@$(missing) flex $< $@
3434
endif

‎contrib/cube/README.cube

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ Makefilebuilding instructions for the shared library
99

1010
README.cubethe file you are now reading
1111

12-
buffer.cglobals and buffer access utilities shared between
13-
the parser (cubeparse.y) and the scanner (cubescan.l)
14-
15-
buffer.hfunction prototypes for buffer.c
16-
1712
cube.cthe implementation of this data type in c
1813

1914
cube.sql.inSQL code needed to register this type with postgres

‎contrib/cube/buffer.c

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

‎contrib/cube/buffer.h

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp