@@ -274,6 +274,7 @@ export const sidebarEn: SidebarConfig = {
274
274
link : "/notes/PostgreSQL/" ,
275
275
children : [
276
276
"/notes/PostgreSQL/PostgreSQL Analyze.md" ,
277
+ "/notes/PostgreSQL/PostgreSQL Atomics.md" ,
277
278
"/notes/PostgreSQL/PostgreSQL COPY FROM.md" ,
278
279
"/notes/PostgreSQL/PostgreSQL COPY TO.md" ,
279
280
"/notes/PostgreSQL/PostgreSQL Executor Append.md" ,
@@ -288,10 +289,12 @@ export const sidebarEn: SidebarConfig = {
288
289
"/notes/PostgreSQL/PostgreSQL FDW Async Execution.md" ,
289
290
"/notes/PostgreSQL/PostgreSQL GUC.md" ,
290
291
"/notes/PostgreSQL/PostgreSQL Locking.md" ,
292
+ "/notes/PostgreSQL/PostgreSQL LWLock.md" ,
291
293
"/notes/PostgreSQL/PostgreSQL Plan Hint GUC.md" ,
292
294
"/notes/PostgreSQL/PostgreSQL Process Activity.md" ,
293
295
"/notes/PostgreSQL/PostgreSQL Query Execution.md" ,
294
296
"/notes/PostgreSQL/PostgreSQL Spinlock.md" ,
297
+ "/notes/PostgreSQL/PostgreSQL Storage Management.md" ,
295
298
"/notes/PostgreSQL/PostgreSQL VFD.md" ,
296
299
] ,
297
300
} ,
0 commit comments