From: Thomas Munro Date: Thu, 29 Nov 2018 01:14:26 +0000 (+1300) Subject: Fix minor typo in dsa.c. X-Git-Tag: REL_11_2~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7001b00a08f37bac306a6ae2028afb3dd2c5084;p=thirdparty%2Fpostgresql.git Fix minor typo in dsa.c. Author: Takeshi Ideriha Discussion: https://postgr.es/m/4E72940DA2BF16479384A86D54D0988A6F3BF22D%40G01JPEXMBKW04 --- diff --git a/src/backend/utils/mmgr/dsa.c b/src/backend/utils/mmgr/dsa.c index 33ab8d05d3f..5471c4c88e6 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