From 6ee0b2e472997da6e7e05c89d18ed265fc377fe2 Mon Sep 17 00:00:00 2001 From: gindibay Date: Sat, 14 Oct 2023 03:09:41 +0300 Subject: [PATCH] Fixes url of code --- src/backend/distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/README.md b/src/backend/distributed/README.md index 37753e6c1..b5a6e786a 100644 --- a/src/backend/distributed/README.md +++ b/src/backend/distributed/README.md @@ -1754,7 +1754,7 @@ Not all table DDL is currently deparsed. In that case, the original command sent ## Defining a new DDL command -All commands that are propagated by Citus should be defined in DistributeObjectOps struct. Below is a sample DistributeObjectOps for ALTER DATABASE command that is define in [src/backend/distributed/commands/distribute_object_ops.c](distribute_object_ops.c) file. +All commands that are propagated by Citus should be defined in DistributeObjectOps struct. Below is a sample DistributeObjectOps for ALTER DATABASE command that is define in [distribute_object_ops.c](commands/distribute_object_ops.c) file. ```c static DistributeObjectOps Database_Alter = {