mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Back-patch removal of extraneous semicolon, so that this will build
with recent bisons (if anyone still cares).
This commit is contained in:
@@ -97,7 +97,6 @@ range:
|
|||||||
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
|
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
|
||||||
((SEG *)result)->u_ext = '-';
|
((SEG *)result)->u_ext = '-';
|
||||||
}
|
}
|
||||||
;
|
|
||||||
|
|
|
|
||||||
RANGE boundary {
|
RANGE boundary {
|
||||||
((SEG *)result)->lower = -HUGE;
|
((SEG *)result)->lower = -HUGE;
|
||||||
|
Reference in New Issue
Block a user