Format sources

pull/475/head
Artem Gavrilov 2024-07-17 18:38:43 +02:00
parent c8f2dea0c1
commit 6ef992d9f0
4 changed files with 63 additions and 62 deletions

View File

@ -238,7 +238,8 @@ pgsm_attach_shmem(void)
MemoryContextSwitchTo(oldcontext); MemoryContextSwitchTo(oldcontext);
} }
MemoryContext GetPgsmMemoryContext(void) MemoryContext
GetPgsmMemoryContext(void)
{ {
return pgsmStateLocal.pgsm_mem_cxt; return pgsmStateLocal.pgsm_mem_cxt;
} }