diff options
author | Thomas Munro <tmunro@postgresql.org> | 2018-11-29 14:14:26 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2018-11-29 14:15:55 +1300 |
commit | 2e58a73a70d523b9eb426f77155bf206d8966259 (patch) | |
tree | 902dc93c533993a3d430f4350b5219e65cc3e8ba /src | |
parent | 04e381a19929bed34c664233eb4357f0d7d78696 (diff) | |
download | postgresql-2e58a73a70d523b9eb426f77155bf206d8966259.tar.gz postgresql-2e58a73a70d523b9eb426f77155bf206d8966259.zip |
Fix minor typo in dsa.c.
Author: Takeshi Ideriha
Discussion: https://postgr.es/m/4E72940DA2BF16479384A86D54D0988A6F3BF22D%40G01JPEXMBKW04
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/mmgr/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/dsa.c b/src/backend/utils/mmgr/dsa.c index 744dcf30c3f..68dbf599835 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 establed 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 |