From 399e54140cebf1d2197eb4301283a93668501f39 Mon Sep 17 00:00:00 2001 From: gindibay Date: Tue, 31 Oct 2023 15:00:41 +0300 Subject: [PATCH] Fixes review notes --- src/backend/distributed/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/backend/distributed/README.md b/src/backend/distributed/README.md index a01287d91..0b3b1bfad 100644 --- a/src/backend/distributed/README.md +++ b/src/backend/distributed/README.md @@ -1734,9 +1734,6 @@ DDL commands are primarily handled via the citus_ProcessUtility hook, which gets Either the pre-process or post-process step generates a "Distributed DDL Job", which contains a task list to run in steps 4 & 5 (via adaptive executor). - -> :warning: If both pre-process and post-process returns a task list, only the post-process job is executed. The pre-process job is ignored. - In general pre-process should: - Acquire any locks that are needed beyond the ones PostgreSQL will acquire in step 3