projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e381a
)
Fix minor typo in dsa.c.
author
Thomas Munro
<tmunro@postgresql.org>
Thu, 29 Nov 2018 01:14:26 +0000
(14:14 +1300)
committer
Thomas Munro
<tmunro@postgresql.org>
Thu, 29 Nov 2018 01:15:55 +0000
(14:15 +1300)
Author: Takeshi Ideriha
Discussion: https://postgr.es/m/
4E72940DA2BF16479384A86D54D0988A6F3BF22D
%40G01JPEXMBKW04
src/backend/utils/mmgr/dsa.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mmgr/dsa.c
b/src/backend/utils/mmgr/dsa.c
index 744dcf30c3f6ceb4293e4f614c156cedf6290c14..68dbf599835ce1462fd161c53eed01c4cca37d8b 100644
(file)
--- a/
src/backend/utils/mmgr/dsa.c
+++ b/
src/backend/utils/mmgr/dsa.c
@@
-650,7
+650,7
@@
dsa_pin_mapping(dsa_area *area)
* will result in an ERROR.
*
* DSA_ALLOC_NO_OOM causes this function to return InvalidDsaPointer when
- * no memory is available or a size limit establ
ed by set_dsa
_size_limit
+ * no memory is available or a size limit establ
ished by dsa_set
_size_limit
* would be exceeded. Otherwise, such allocations will result in an ERROR.
*
* DSA_ALLOC_ZERO causes the allocated memory to be zeroed. Otherwise, the