Fixes review notes

pull/7267/head
gindibay 2023-10-31 15:00:41 +03:00
parent ad64cb43b6
commit 399e54140c
1 changed files with 0 additions and 3 deletions

View File

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