From 3a8cb6617d5ec79bd21030f00475493c3d7eea80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Wed, 18 Oct 2023 14:33:51 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hanefi Onaldi --- 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 93e8a5868..6c1e9262d 100644 --- a/src/backend/distributed/README.md +++ b/src/backend/distributed/README.md @@ -1755,7 +1755,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 [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 static DistributeObjectOps Database_Alter = {