diff --git a/docs/.vuepress/configs/sidebar/en.ts b/docs/.vuepress/configs/sidebar/en.ts index 73d90744c..f49297564 100644 --- a/docs/.vuepress/configs/sidebar/en.ts +++ b/docs/.vuepress/configs/sidebar/en.ts @@ -274,6 +274,7 @@ export const sidebarEn: SidebarConfig = { link: "/notes/PostgreSQL/", children: [ "/notes/PostgreSQL/PostgreSQL Analyze.md", + "/notes/PostgreSQL/PostgreSQL Atomics.md", "/notes/PostgreSQL/PostgreSQL COPY FROM.md", "/notes/PostgreSQL/PostgreSQL COPY TO.md", "/notes/PostgreSQL/PostgreSQL Executor Append.md", @@ -288,10 +289,12 @@ export const sidebarEn: SidebarConfig = { "/notes/PostgreSQL/PostgreSQL FDW Async Execution.md", "/notes/PostgreSQL/PostgreSQL GUC.md", "/notes/PostgreSQL/PostgreSQL Locking.md", + "/notes/PostgreSQL/PostgreSQL LWLock.md", "/notes/PostgreSQL/PostgreSQL Plan Hint GUC.md", "/notes/PostgreSQL/PostgreSQL Process Activity.md", "/notes/PostgreSQL/PostgreSQL Query Execution.md", "/notes/PostgreSQL/PostgreSQL Spinlock.md", + "/notes/PostgreSQL/PostgreSQL Storage Management.md", "/notes/PostgreSQL/PostgreSQL VFD.md", ], }, diff --git a/docs/notes b/docs/notes index 9a0d5b799..78bc8e8c7 160000 --- a/docs/notes +++ b/docs/notes @@ -1 +1 @@ -Subproject commit 9a0d5b799287eb9c72b08a02e8c9930c62e6bcde +Subproject commit 78bc8e8c7f12facdfc74d8136e4e9fcd87da7228