Skip to content

Commit da5a8db

Browse files
jeroenrinzemaauxten
authored andcommitted
cleaned up comments Makefile
removed ignored files and directories removed ignored files removed unused targets and build steps include the generated code allowing to import the project
1 parent d2308ad commit da5a8db

File tree

8 files changed

+124
-1587
lines changed

8 files changed

+124
-1587
lines changed

Makefile

Lines changed: 11 additions & 1558 deletions
Large diffs are not rendered by default.

pkg/sql/lex/.gitignore

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

pkg/sql/parser/.gitignore

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

pkg/sql/parser/gen/pkg/sql/parser/gen/types_regex.tmp

Whitespace-only changes.

pkg/sql/parser/gen/sql-gen.y

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pkg/sql/parser/gen/sql.go.tmp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2323
const MaxUint = ^uint(0)

pkg/sql/parser/gen/y.output

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258504,14 +258504,14 @@ state 3811
258504258504

258505258505

258506258506
483 terminals, 501 nonterminals
258507-
2205 grammar rules, 3812/8000 states
258507+
2205 grammar rules, 3812/16000 states
258508258508
0 shift/reduce, 0 reduce/reduce conflicts reported
258509258509
700 working sets used
258510-
memory: parser 28297/120000
258510+
memory: parser 28297/240000
258511258511
5325 extra closures
258512258512
206836 shift entries, 2301 exceptions
258513258513
2853 goto entries
258514258514
10332 entries saved by goto default
258515-
Optimizer space used: output 85520/120000
258515+
Optimizer space used: output 85520/240000
258516258516
85520 table entries, 26312 zero
258517258517
maximum spread: 483, maximum offset: 3810

pkg/sql/parser/helpmap_test.go

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)