Skip to content

Commit 30b70cb

Browse files
committed
fix
fix fix
1 parent 7b7d33c commit 30b70cb

5 files changed

Lines changed: 5144 additions & 5124 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/src/main/antlr4/org/apache/flink/cdc/connectors/postgres/source/parser/PostgreSQLLexer.g4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18+
// Based on https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/PostgreSQLLexer.g4.
19+
1820
// $antlr-format alignTrailingComments true, columnLimit 150, maxEmptyLinesToKeep 1, reflowComments false, useTab false
1921
// $antlr-format allowShortRulesOnASingleLine true, allowShortBlocksOnASingleLine true, minEmptyLines 0, alignSemicolons ownLine
2022
// $antlr-format alignColons trailing, singleLineOverrulesHangingColon true, alignLexerCommands true, alignLabels true, alignTrailers true

0 commit comments

Comments
 (0)