Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79fb5d commit 2ac180cCopy full SHA for 2ac180c
src/backend/utils/mmgr/dsa.c
@@ -650,7 +650,7 @@ dsa_pin_mapping(dsa_area *area)
650
* will result in an ERROR.
651
*
652
* DSA_ALLOC_NO_OOM causes this function to return InvalidDsaPointer when
653
- * 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
654
* would be exceeded. Otherwise, such allocations will result in an ERROR.
655
656
* DSA_ALLOC_ZERO causes the allocated memory to be zeroed. Otherwise, the
0 commit comments