-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55a7159
commit 52d9ccf
Showing
13 changed files
with
140 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/backend/distributed/sql/downgrades/citus--12.2-1--12.1-1.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-- citus--12.2-1--12.1-1 | ||
|
||
DROP FUNCTION pg_catalog.citus_internal_database_command(text); | ||
DROP FUNCTION pg_catalog.citus_internal_acquire_advisory_catalog_lock(int); | ||
DROP FUNCTION pg_catalog.citus_internal_acquire_citus_advisory_object_class_lock(int); | ||
|
||
#include "../udfs/citus_add_rebalance_strategy/10.1-1.sql" |
5 changes: 0 additions & 5 deletions
5
src/backend/distributed/sql/udfs/citus_internal_acquire_advisory_catalog_lock/12.2-1.sql
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
src/backend/distributed/sql/udfs/citus_internal_acquire_advisory_catalog_lock/latest.sql
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...d/distributed/sql/udfs/citus_internal_acquire_citus_advisory_object_class_lock/12.2-1.sql
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...d/distributed/sql/udfs/citus_internal_acquire_citus_advisory_object_class_lock/latest.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CREATE OR REPLACE FUNCTION pg_catalog.citus_internal_acquire_citus_advisory_object_class_lock(objectClass int) | ||
RETURNS void | ||
LANGUAGE C | ||
VOLATILE | ||
AS 'MODULE_PATHNAME', $$citus_internal_acquire_citus_advisory_object_class_lock$$; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters