File tree Expand file tree Collapse file tree 8 files changed +124
-1587
lines changed Expand file tree Collapse file tree 8 files changed +124
-1587
lines changed Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ import (
2929
3030 " go/constant"
3131
32- " github.com/cockroachdb/cockroach /pkg/sql/lex"
33- " github.com/cockroachdb/cockroach /pkg/sql/privilege"
34- " github.com/cockroachdb/cockroach /pkg/sql/roleoption"
35- " github.com/cockroachdb/cockroach /pkg/sql/sem/tree"
36- " github.com/cockroachdb/cockroach /pkg/sql/types"
32+ " github.com/auxten/postgresql-parser /pkg/sql/lex"
33+ " github.com/auxten/postgresql-parser /pkg/sql/privilege"
34+ " github.com/auxten/postgresql-parser /pkg/sql/roleoption"
35+ " github.com/auxten/postgresql-parser /pkg/sql/sem/tree"
36+ " github.com/auxten/postgresql-parser /pkg/sql/types"
3737)
3838
3939
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import (
1313
1414 "go/constant"
1515
16- "github.com/cockroachdb/cockroach /pkg/sql/lex"
17- "github.com/cockroachdb/cockroach /pkg/sql/privilege"
18- "github.com/cockroachdb/cockroach /pkg/sql/roleoption"
19- "github.com/cockroachdb/cockroach /pkg/sql/sem/tree"
20- "github.com/cockroachdb/cockroach /pkg/sql/types"
16+ "github.com/auxten/postgresql-parser /pkg/sql/lex"
17+ "github.com/auxten/postgresql-parser /pkg/sql/privilege"
18+ "github.com/auxten/postgresql-parser /pkg/sql/roleoption"
19+ "github.com/auxten/postgresql-parser /pkg/sql/sem/tree"
20+ "github.com/auxten/postgresql-parser /pkg/sql/types"
2121)
2222
2323const MaxUint = ^uint(0)
Original file line number Diff line number Diff line change @@ -258504,14 +258504,14 @@ state 3811
258504258504
258505258505
258506258506483 terminals, 501 nonterminals
258507- 2205 grammar rules, 3812/8000 states
258507+ 2205 grammar rules, 3812/16000 states
2585082585080 shift/reduce, 0 reduce/reduce conflicts reported
258509258509700 working sets used
258510- memory: parser 28297/120000
258510+ memory: parser 28297/240000
2585112585115325 extra closures
258512258512206836 shift entries, 2301 exceptions
2585132585132853 goto entries
25851425851410332 entries saved by goto default
258515- Optimizer space used: output 85520/120000
258515+ Optimizer space used: output 85520/240000
25851625851685520 table entries, 26312 zero
258517258517maximum spread: 483, maximum offset: 3810
You can’t perform that action at this time.
0 commit comments