Apply suggestions from code review

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
pull/7267/head
Gürkan İndibay 2023-10-18 14:33:51 +03:00 committed by GitHub
parent b2c76c6077
commit 3a8cb6617d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1755,7 +1755,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 [distribute_object_ops.c](commands/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 defined in [distribute_object_ops.c](commands/distribute_object_ops.c) file.
```c ```c
static DistributeObjectOps Database_Alter = { static DistributeObjectOps Database_Alter = {