mirror of https://github.com/citusdata/citus.git
Fixes url of code
parent
2ba19b341d
commit
6ee0b2e472
|
@ -1754,7 +1754,7 @@ Not all table DDL is currently deparsed. In that case, the original command sent
|
||||||
|
|
||||||
## Defining a new DDL command
|
## 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
|
```c
|
||||||
static DistributeObjectOps Database_Alter = {
|
static DistributeObjectOps Database_Alter = {
|
||||||
|
|
Loading…
Reference in New Issue