Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ac180c

Browse files
committed
Fix minor typo in dsa.c.
Author: Takeshi Ideriha Discussion: https://postgr.es/m/4E72940DA2BF16479384A86D54D0988A6F3BF22D%40G01JPEXMBKW04
1 parent d79fb5d commit 2ac180c

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/mmgr

1 file changed

+1
-1
lines changed

src/backend/utils/mmgr/dsa.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ dsa_pin_mapping(dsa_area *area)
650650
* will result in an ERROR.
651651
*
652652
* 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
653+
* no memory is available or a size limit established by dsa_set_size_limit
654654
* would be exceeded. Otherwise, such allocations will result in an ERROR.
655655
*
656656
* DSA_ALLOC_ZERO causes the allocated memory to be zeroed. Otherwise, the

0 commit comments

Comments
 (0)