From 7e02cc93bdc239bb01cfa0627f163a563c62f634 Mon Sep 17 00:00:00 2001 From: mrdrivingduck Date: Sat, 27 Jul 2024 23:43:45 +0800 Subject: [PATCH] feat: PostgreSQL storage management --- docs/.vuepress/configs/sidebar/en.ts | 3 +++ docs/notes | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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..26bd6c23c 160000 --- a/docs/notes +++ b/docs/notes @@ -1 +1 @@ -Subproject commit 9a0d5b799287eb9c72b08a02e8c9930c62e6bcde +Subproject commit 26bd6c23cda790a57f70bb3f156df49b0f695f6b