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 cfb6b72 commit 1c9faefCopy full SHA for 1c9faef
src/backend/utils/mmgr/dsa.c
@@ -1701,7 +1701,7 @@ get_segment_by_index(dsa_area *area, dsa_segment_index index)
1701
*/
1702
handle = area->control->segment_handles[index];
1703
1704
- /* It's an erro to try to access an unused slot. */
+ /* It's an error to try to access an unused slot. */
1705
if (handle == DSM_HANDLE_INVALID)
1706
elog(ERROR,
1707
"dsa_area could not attach to a segment that has been freed");
0 commit comments