Fixes url of code

pull/7267/head
gindibay 2023-10-14 03:09:41 +03:00
parent 2ba19b341d
commit 6ee0b2e472
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {