Changeset: f0f680a02575 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f0f680a02575 Modified Files: sql/server/sql_parser.y Branch: default Log Message:
align terminal numbering comment diffs (12 lines): diff --git a/sql/server/sql_parser.y b/sql/server/sql_parser.y --- a/sql/server/sql_parser.y +++ b/sql/server/sql_parser.y @@ -2918,7 +2918,7 @@ opt_on_location: ; copyfrom_stmt: -// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 +// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 COPY opt_nr INTO qname opt_column_list FROM string_commalist opt_header_list opt_on_location opt_seps opt_escape opt_null_string opt_best_effort opt_fwf_widths { dlist *l = L(); append_list(l, $4); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org