The following issues were found

test/sql/updates/post.v6.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\ir post.catalog.sql
\ir post.insert.sql
\ir post.integrity_test.sql
\ir catalog_missing_columns.sql
\ir post.compression.sql
\ir post.continuous_aggs.v2.sql

            

Reported by SQLint.

test/sql/updates/post.v5.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\ir post.catalog.sql
\ir post.insert.sql
\ir post.integrity_test.sql
\ir post.continuous_aggs.sql
\ir post.compression.sql
\ir catalog_missing_columns.sql

            

Reported by SQLint.

test/sql/updates/post.v4.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\ir post.catalog.sql
\ir post.insert.sql
\ir post.integrity_test.sql
\ir post.continuous_aggs.sql
\ir catalog_missing_columns.sql
\ir post.functions.sql

            

Reported by SQLint.

test/sql/updates/post.v2.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\ir post.catalog.sql
\ir post.insert.sql
\ir post.integrity_test.sql
\ir post.functions.sql

            

Reported by SQLint.

test/sql/updates/cleanup.v6.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\ir cleanup.v2.sql
\ir cleanup.continuous_aggs.v2.sql
\ir cleanup.compression.sql
\ir cleanup.policies.sql

            

Reported by SQLint.

test/sql/updates/cleanup.v2.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\ir cleanup.bigint.sql
\ir cleanup.constraints.sql
\ir cleanup.insert_bigint.v2.sql
\ir cleanup.timestamp.sql
\ir cleanup.insert_timestamp.sql
\ir cleanup.drop_meta.sql

            

Reported by SQLint.

test/sql/tableam.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 6 Column: 1

              -- LICENSE-APACHE for a copy of the license.

-- Test support for setting table access method on hypertables
\c :TEST_DBNAME :ROLE_SUPERUSER
-- create a new access method that reuses the heap handler
CREATE ACCESS METHOD testam TYPE TABLE HANDLER heap_tableam_handler;
SET ROLE :ROLE_DEFAULT_PERM_USER;

CREATE TABLE testam (time timestamptz, device int, temp float) USING testam;

            

Reported by SQLint.

test/sql/symbol_conflict.sql
1 issues
Syntax error at or near "\"
Syntax error

Line: 5 Column: 1

              -- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

\c :TEST_DBNAME :ROLE_SUPERUSER

-- Test for symbol conflicts between the loader module and the
-- versioned extension module.
-- This test fails on, e.g. Linux, unless compiled with -fvisibility=hidden
CREATE OR REPLACE FUNCTION hello_loader() RETURNS TEXT

            

Reported by SQLint.