projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44485b8
)
Fix comment about POOL_CACHE_ITEM_HEADER in query cache header file.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Mon, 9 Jan 2023 01:05:25 +0000
(10:05 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Mon, 9 Jan 2023 01:05:25 +0000
(10:05 +0900)
The size is 12 bytes. 4.0 lacks "expire" field.
src/include/query_cache/pool_memqcache.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/query_cache/pool_memqcache.h
b/src/include/query_cache/pool_memqcache.h
index 7aaf9ed1b356fa32c831c7f8c444f5664f82b7cf..0e816386b894b033314f2b3bdae1dbcb527e10eb 100644
(file)
--- a/
src/include/query_cache/pool_memqcache.h
+++ b/
src/include/query_cache/pool_memqcache.h
@@
-104,7
+104,7
@@
typedef struct
/*
* "Cache Item header" structure is used to manage each cache item.
- * (
24
bytes)
+ * (
12
bytes)
*/
typedef struct
{