summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro2018-11-29 01:14:26 +0000
committerThomas Munro2018-11-29 01:14:52 +0000
commitf7001b00a08f37bac306a6ae2028afb3dd2c5084 (patch)
tree086e88fa033c71a45bf01d169b6970dce6e9f12d
parentbad41764a443605bef9bb3d1c3614e1b3770005d (diff)
Fix minor typo in dsa.c.
Author: Takeshi Ideriha Discussion: https://postgr.es/m/4E72940DA2BF16479384A86D54D0988A6F3BF22D%40G01JPEXMBKW04
-rw-r--r--src/backend/utils/mmgr/dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/dsa.c b/src/backend/utils/mmgr/dsa.c
index 33ab8d05d3..5471c4c88e 100644
--- 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 established by set_dsa_size_limit
+ * no memory is available or a size limit established 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