8000 Back-patch removal of extraneous semicolon, so that this will build · melor/postgres@643bb81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 643bb81

Browse files
committed
Back-patch removal of extraneous semicolon, so that this will build
with recent bisons (if anyone still cares).
1 parent 6452043 commit 643bb81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/seg/segparse.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ range:
9797
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
9898
((SEG *)result)->u_ext = '-';
9999
}
100-
;
101100
|
102101
RANGE boundary {
103102
((SEG *)result)->lower = -HUGE;

0 commit comments

Comments
 (0)
0