Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/generated/sql/bnf/stmt_block.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,7 @@ typename ::=

collation_name ::=
unrestricted_name
| unrestricted_name '.' unrestricted_name

opt_asymmetric ::=
'ASYMMETRIC'
Expand Down
Empty file.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ go_library(
"parsing_helpers.go",
"pebble_write_throughput.go",
"pebble_ycsb.go",
"pg_dump.go",
"pg_regress.go",
"pgjdbc.go",
"pgjdbc_blocklist.go",
Expand Down
Loading
Loading