Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PG17 compatibility: Resolve compilation issues #7651

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

add pg17 build test

76f60a7
Select commit
Loading
Failed to load commit list.
Open

PG17 compatibility: Resolve compilation issues #7651

add pg17 build test
76f60a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 25, 2024 in 1s

97.00% of diff hit (target 75.00%)

View this Pull Request on Codecov

97.00% of diff hit (target 75.00%)

Annotations

Check warning on line 2044 in src/backend/columnar/columnar_metadata.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/columnar/columnar_metadata.c#L2044

Added line #L2044 was not covered by tests

Check warning on line 3091 in src/backend/columnar/columnar_tableam.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/columnar/columnar_tableam.c#L3091

Added line #L3091 was not covered by tests

Check warning on line 118 in src/backend/distributed/commands/cluster.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/commands/cluster.c#L118

Added line #L118 was not covered by tests

Check warning on line 1475 in src/backend/distributed/commands/foreign_constraint.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/commands/foreign_constraint.c#L1475

Added line #L1475 was not covered by tests

Check warning on line 259 in src/backend/distributed/commands/function.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/commands/function.c#L259

Added line #L259 was not covered by tests

Check warning on line 483 in src/backend/distributed/commands/schema.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/commands/schema.c#L483

Added line #L483 was not covered by tests

Check warning on line 886 in src/backend/distributed/commands/schema_based_sharding.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/commands/schema_based_sharding.c#L886

Added line #L886 was not covered by tests

Check warning on line 479 in src/backend/distributed/commands/sequence.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/commands/sequence.c#L479

Added line #L479 was not covered by tests

Check warning on line 407 in src/backend/distributed/deparser/deparse_role_stmts.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/deparser/deparse_role_stmts.c#L407

Added line #L407 was not covered by tests

Check warning on line 415 in src/backend/distributed/executor/local_executor.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/executor/local_executor.c#L415

Added line #L415 was not covered by tests

Check warning on line 3334 in src/backend/distributed/metadata/metadata_utility.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/metadata/metadata_utility.c#L3334

Added line #L3334 was not covered by tests

Check warning on line 648 in src/backend/distributed/operations/stage_protocol.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/operations/stage_protocol.c#L648

Added line #L648 was not covered by tests

Check warning on line 2736 in src/backend/distributed/planner/multi_logical_optimizer.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/planner/multi_logical_optimizer.c#L2736

Added line #L2736 was not covered by tests

Check warning on line 4588 in src/backend/distributed/planner/multi_logical_optimizer.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/planner/multi_logical_optimizer.c#L4588

Added line #L4588 was not covered by tests

Check warning on line 4989 in src/backend/distributed/planner/multi_logical_optimizer.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/planner/multi_logical_optimizer.c#L4989

Added line #L4989 was not covered by tests

Check warning on line 98 in src/backend/distributed/test/dependency.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/test/dependency.c#L98

Added line #L98 was not covered by tests

Check warning on line 266 in src/backend/distributed/test/distribution_metadata.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/test/distribution_metadata.c#L266

Added line #L266 was not covered by tests

Check warning on line 273 in src/backend/distributed/test/distribution_metadata.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/test/distribution_metadata.c#L273

Added line #L273 was not covered by tests

Check warning on line 375 in src/backend/distributed/test/fake_am.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/test/fake_am.c#L375

Added line #L375 was not covered by tests

Check warning on line 150 in src/backend/distributed/transaction/worker_transaction.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/transaction/worker_transaction.c#L150

Added line #L150 was not covered by tests

Check warning on line 375 in src/backend/distributed/utils/multi_partitioning_utils.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/utils/multi_partitioning_utils.c#L375

Added line #L375 was not covered by tests

Check warning on line 461 in src/backend/distributed/utils/multi_partitioning_utils.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/utils/multi_partitioning_utils.c#L461

Added line #L461 was not covered by tests

Check warning on line 187 in src/backend/distributed/utils/statistics_collection.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/utils/statistics_collection.c#L187

Added line #L187 was not covered by tests

Check warning on line 381 in src/backend/distributed/worker/worker_data_fetch_protocol.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/worker/worker_data_fetch_protocol.c#L381

Added line #L381 was not covered by tests

Check warning on line 239 in src/backend/distributed/worker/worker_drop_protocol.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/distributed/worker/worker_drop_protocol.c#L239

Added line #L239 was not covered by tests