-
Notifications
You must be signed in to change notification settings - Fork 745
Labels
backportbugcherry-pick-12.1cherry-pick-13.0cherry-pick-13.1cherry-pick-13.2The tag to be removed once the PR is cherry-picked to 13.2 rel branch.The tag to be removed once the PR is cherry-picked to 13.2 rel branch.
Milestone
Description
Citus 12.1.7/13.1.0
PG16/PG17
Repro:
- Create a cluster
- Run https://github.com/citusdata/citus/blob/b7bfe42f1a4d22db4b1ecc2636cdf83adf27c106/src/test/regress/sql/prepared_statements_create_load.sql
- Add a new node using master_add_node
Note that the command fails with an error when trying to process prepared statements.test_key
NOTICE: issuing WITH colocation_group_data (colocationid, shardcount, replicationfactor, distributioncolumntype, distributioncolumncollationname, distributioncolumncollationschema) AS (VALUES (4, 32, 1, '"prepared statements".test_key'::regtype, 'default', 'pg_catalog')) SELECT pg_catalog.citus_internal_add_colocation_metadata(colocationid, shardcount, replicationfactor, distributioncolumntype, coalesce(c.oid, 0)) FROM colocation_group_data d LEFT JOIN pg_collation c ON (d.distributioncolumncollationname = c.collname AND d.distributioncolumncollationschema::regnamespace = c.collnamespace)
DETAIL: on server emel@localhost:9704 connectionId: 1
WARNING: schema "prepared statements" does not exist
ERROR: failure on connection marked as essential: localhost:9704
Note that since this command is run before creating prepared statements schema, it errors out.
onurctirtir
Metadata
Metadata
Assignees
Labels
backportbugcherry-pick-12.1cherry-pick-13.0cherry-pick-13.1cherry-pick-13.2The tag to be removed once the PR is cherry-picked to 13.2 rel branch.The tag to be removed once the PR is cherry-picked to 13.2 rel branch.