projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a1542
)
Add private flag to sb_allocator.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 19 Mar 2014 20:35:00 +0000
(16:35 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 19 Mar 2014 20:35:00 +0000
(16:35 -0400)
src/include/utils/sb_alloc.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/sb_alloc.h
b/src/include/utils/sb_alloc.h
index a46b5d325452ddab9c64afc8981f9c7625f4bf1c..e462b185a7894173c10a52c831ed2c5574310603 100644
(file)
--- a/
src/include/utils/sb_alloc.h
+++ b/
src/include/utils/sb_alloc.h
@@
-51,6
+51,7
@@
typedef struct sb_heap
*/
typedef struct sb_allocator
{
+ bool private;
uint16 heaps_per_size_class;
uint16 num_size_classes;
relptr(LWLock) locks;